diff options
Diffstat (limited to 'src/plugins/General/streambrowser/streambrowser.pro')
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.pro | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/plugins/General/streambrowser/streambrowser.pro b/src/plugins/General/streambrowser/streambrowser.pro index 1bf1235de..049db03a8 100644 --- a/src/plugins/General/streambrowser/streambrowser.pro +++ b/src/plugins/General/streambrowser/streambrowser.pro @@ -1,22 +1,15 @@ include(../../plugins.pri) -CONFIG += warn_on \ -plugin - TARGET =$$PLUGINS_PREFIX/General/streambrowser unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libstreambrowser.so - -TEMPLATE = lib -unix:LIBS += -lqmmpui -lqmmp - -win32:LIBS += -lqmmpui0 -lqmmp0 +LIBS += -lqmmpui RESOURCES = translations/translations.qrc unix { -target.path = $$LIB_DIR/qmmp/General -INSTALLS += target + target.path = $$LIB_DIR/qmmp/General + INSTALLS += target } HEADERS += streambrowserfactory.h \ streambrowser.h \ |
