diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-12 13:54:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-12 13:54:18 +0000 |
| commit | d1d17b7c369a8f55d6b59227833b16bc98bd9a05 (patch) | |
| tree | 8c9a7ce031a4580771512b0980eddc9699e1cc20 /src/plugins/General | |
| parent | 1dd7b251792b8c80c67bacb9df8cb43c94d0b808 (diff) | |
| download | qmmp-d1d17b7c369a8f55d6b59227833b16bc98bd9a05.tar.gz qmmp-d1d17b7c369a8f55d6b59227833b16bc98bd9a05.tar.bz2 qmmp-d1d17b7c369a8f55d6b59227833b16bc98bd9a05.zip | |
hotkey plugin: fixed build scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3233 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -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 \
|
