diff options
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkey.pro | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 47aa3a291..091580354 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -41,6 +41,7 @@ SET(libhotkey_SRCS settingsdialog.cpp hotkeyfactory.cpp hotkeymanager_x11.cpp + hotkeymanager_win.cpp hotkeydialog.cpp ) diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 7ff1554b2..c27869511 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -29,7 +29,6 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/General
-INSTALLS += target
HEADERS += hotkeyfactory.h \
hotkeymanager.h \
|
