From 87cb0d13094d339fefa846d37594d354a295137b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 30 Aug 2017 18:54:45 +0000 Subject: fixed win32 build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7425 90c681e8-e032-0410-971d-27865f9a5e38 --- .../IncDecVolumeOption/IncDecVolumeOption.pro | 4 ++-- .../CommandLineOptions/PlayListOption/PlayListOption.pro | 4 ++-- src/plugins/CommandLineOptions/SeekOption/SeekOption.pro | 4 ++-- src/plugins/CommandLineOptions/StatusOption/StatusOption.pro | 12 ++++++------ .../CommandLineOptions/UninstallOption/UninstallOption.pro | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'src/plugins/CommandLineOptions') 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 -- cgit v1.2.3-13-gbd6f