aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/streambrowser/streambrowser.pro
blob: aea60f8323f6fcdc831e8af8b25f260c54ff00cc (plain) (tree)
1
2
3
4
5
6
7
8
9

                          
                                               
 
             
 


                                   
 





                                     


                                         
 



                                      
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/streambrowser

QT += network

HEADERS += streambrowserfactory.h \
           streambrowser.h \
           streamwindow.h

SOURCES += streambrowserfactory.cpp \
           streambrowser.cpp \
           streamwindow.cpp

FORMS += streamwindow.ui

RESOURCES = translations/translations.qrc

LIBS += -lqmmpui

unix {
  target.path = $$LIB_DIR/qmmp/General
  INSTALLS += target
}