From 67a9bce5ac51e6d7ae8c756003649ce67398af03 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Aug 2017 19:46:22 +0000 Subject: reformat .pro files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7421 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/streambrowser/streambrowser.pro | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'src/plugins/General/streambrowser/streambrowser.pro') 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 +} -- cgit v1.2.3-13-gbd6f