aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/streambrowser')
-rw-r--r--src/plugins/General/streambrowser/streambrowser.pro21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/plugins/General/streambrowser/streambrowser.pro b/src/plugins/General/streambrowser/streambrowser.pro
index 049db03a8..aea60f832 100644
--- a/src/plugins/General/streambrowser/streambrowser.pro
+++ b/src/plugins/General/streambrowser/streambrowser.pro
@@ -1,25 +1,24 @@
include(../../plugins.pri)
-TARGET =$$PLUGINS_PREFIX/General/streambrowser
-unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libstreambrowser.so
+TARGET = $$PLUGINS_PREFIX/General/streambrowser
-LIBS += -lqmmpui
-
-RESOURCES = translations/translations.qrc
+QT += network
-unix {
- target.path = $$LIB_DIR/qmmp/General
- INSTALLS += target
-}
HEADERS += streambrowserfactory.h \
streambrowser.h \
streamwindow.h
-win32:HEADERS += ../../../../src/qmmpui/general.h
+
SOURCES += streambrowserfactory.cpp \
streambrowser.cpp \
streamwindow.cpp
FORMS += streamwindow.ui
-QT += network
+RESOURCES = translations/translations.qrc
+
+LIBS += -lqmmpui
+unix {
+ target.path = $$LIB_DIR/qmmp/General
+ INSTALLS += target
+}