From 005fb3df8263d1a2aa92666672dbb1567d039c89 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 31 Aug 2017 18:12:53 +0000 Subject: fixed build regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7426 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/hotkey.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/hotkey') diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index b815d906f..7195a5811 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -2,8 +2,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/hotkey -CONFIG += link_qmmpui - HEADERS += hotkeyfactory.h \ hotkeymanager.h \ settingsdialog.h \ @@ -20,6 +18,8 @@ FORMS += settingsdialog.ui \ RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target -- cgit v1.2.3-13-gbd6f