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

                          
                                               
 
             
 

                                   

                           
 

                                     

                             
 

                          
 

                                         

                    
      
                                    

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

TARGET = $$PLUGINS_PREFIX/General/streambrowser

QT += network

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

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

FORMS += streamwindow.ui \
    editstreamdialog.ui

RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

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