diff options
Diffstat (limited to 'src/plugins/General/gnomehotkey/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/gnomehotkey/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/gnomehotkey/CMakeLists.txt b/src/plugins/General/gnomehotkey/CMakeLists.txt index 45c774c71..e4b43def9 100644 --- a/src/plugins/General/gnomehotkey/CMakeLists.txt +++ b/src/plugins/General/gnomehotkey/CMakeLists.txt @@ -21,6 +21,6 @@ QT5_ADD_RESOURCES(libgnomehotkey_RCC_SRCS ${libgnomehotkey_RCCS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(gnomehotkey MODULE ${libgnomehotkey_SRCS} ${libgnomehotkey_RCC_SRCS}) -add_dependencies(gnomehotkey qmmpui) -target_link_libraries(gnomehotkey Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp) +add_dependencies(gnomehotkey libqmmpui) +target_link_libraries(gnomehotkey Qt5::Widgets Qt5::DBus libqmmpui libqmmp) install(TARGETS gnomehotkey DESTINATION ${PLUGIN_DIR}/General) |
