Download this file

upmpdcli-config.pro    22 lines (15 with data), 417 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app
LANGUAGE = C++
QMAKE_CXXFLAGS += -std=c++11 -I../ -DENABLE_XMLCONF
CONFIG += qt warn_on thread release debug
QT += widgets
LIBS += -lupnpp
INCLUDEPATH += $$OUT_PWD/../src
INCLUDEPATH += ../src
INCLUDEPATH += ..
HEADERS += confgui.h mainwindow.h
SOURCES += confmain.cpp \
confgui.cpp \
../src/conftree-fixed.cpp \
../src/smallut.cpp \
../src/pathut.cpp