diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-30 18:54:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-30 18:54:45 +0000 |
| commit | 87cb0d13094d339fefa846d37594d354a295137b (patch) | |
| tree | c3fe642d750a84c360d1c799dba135cbaeb9e99b /src/plugins/CommandLineOptions/StatusOption/StatusOption.pro | |
| parent | 1388fb2d12306e693de06fecac4f420bfdd93de4 (diff) | |
| download | qmmp-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/StatusOption/StatusOption.pro')
| -rw-r--r-- | src/plugins/CommandLineOptions/StatusOption/StatusOption.pro | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
