Switch to unified view

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