aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-30 18:54:45 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-30 18:54:45 +0000
commit87cb0d13094d339fefa846d37594d354a295137b (patch)
treec3fe642d750a84c360d1c799dba135cbaeb9e99b /src/plugins/CommandLineOptions
parent1388fb2d12306e693de06fecac4f420bfdd93de4 (diff)
downloadqmmp-87cb0d13094d339fefa846d37594d354a295137b.tar.gz
qmmp-87cb0d13094d339fefa846d37594d354a295137b.tar.bz2
qmmp-87cb0d13094d339fefa846d37594d354a295137b.zip
fixed win32 build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7425 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/CommandLineOptions')
-rw-r--r--src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro4
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro4
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/SeekOption.pro4
-rw-r--r--src/plugins/CommandLineOptions/StatusOption/StatusOption.pro12
-rw-r--r--src/plugins/CommandLineOptions/UninstallOption/UninstallOption.pro6
5 files changed, 15 insertions, 15 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro
index 1e3558c8e..e3d8b6068 100644
--- a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro
+++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro
@@ -2,13 +2,13 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption
+CONFIG += link_qmmpui
+
HEADERS += incdecvolumeoption.h
SOURCES += incdecvolumeoption.cpp
RESOURCES = translations/translations.qrc
-LIBS += -lqmmpui
-
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
diff --git a/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro b/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
index 4887aa86e..497536c0f 100644
--- a/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
+++ b/src/plugins/CommandLineOptions/PlayListOption/PlayListOption.pro
@@ -2,13 +2,13 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/playlistoption
+CONFIG += link_qmmpui
+
HEADERS += playlistoption.h
SOURCES += playlistoption.cpp
RESOURCES = translations/translations.qrc
-LIBS += -lqmmpui
-
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
index 128ae4962..d43fe9bfb 100644
--- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
+++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
@@ -2,12 +2,12 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/seekoption
+CONFIG += link_qmmpui
+
HEADERS += seekoption.h
SOURCES += seekoption.cpp
-LIBS += -lqmmpui
-
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/CommandLineOptions
diff --git a/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro b/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro
index b5cb6188f..8e06423a0 100644
--- a/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro
+++ b/src/plugins/CommandLineOptions/StatusOption/StatusOption.pro
@@ -2,13 +2,13 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/statusoption
-RESOURCES = translations/translations.qrc
-
-target.path = $$LIB_DIR/qmmp/CommandLineOptions
-INSTALLS += target
-
-LIBS += -lqmmpui
+CONFIG += link_qmmpui
HEADERS += statusoption.h
SOURCES += statusoption.cpp
+
+RESOURCES = translations/translations.qrc
+
+target.path = $$LIB_DIR/qmmp/CommandLineOptions
+INSTALLS += target
diff --git a/src/plugins/CommandLineOptions/UninstallOption/UninstallOption.pro b/src/plugins/CommandLineOptions/UninstallOption/UninstallOption.pro
index f98c1ee00..becb83238 100644
--- a/src/plugins/CommandLineOptions/UninstallOption/UninstallOption.pro
+++ b/src/plugins/CommandLineOptions/UninstallOption/UninstallOption.pro
@@ -2,10 +2,10 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/uninstalloption
-RESOURCES = translations/translations.qrc
-
-LIBS += -lqmmpui
+CONFIG += link_qmmpui
HEADERS += uninstalloption.h
SOURCES += uninstalloption.cpp
+
+RESOURCES = translations/translations.qrc