From d1d17b7c369a8f55d6b59227833b16bc98bd9a05 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 12 Feb 2013 13:54:18 +0000 Subject: 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 --- src/plugins/General/hotkey/CMakeLists.txt | 1 + src/plugins/General/hotkey/hotkey.pro | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') 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 \ -- cgit v1.2.3-13-gbd6f