diff options
Diffstat (limited to 'src/plugins/General/hotkey/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 458ec9d63..4b1a96a34 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -50,5 +50,5 @@ IF(X11_FOUND) ADD_LIBRARY(hotkey MODULE ${libhotkey_SRCS} ${libhotkey_UIS_H} ${libhotkey_RCC_SRCS}) add_dependencies(hotkey qmmpui) target_link_libraries(hotkey Qt5::Widgets Qt5::X11Extras -lqmmpui -lqmmp ${X11_LDFLAGS}) -install(TARGETS hotkey DESTINATION ${LIB_DIR}/qmmp/General) +install(TARGETS hotkey DESTINATION ${PLUGIN_DIR}/General) ENDIF(X11_FOUND) |
