Switch to unified view

a/cfgui/upmpdcli-config.pro.in b/cfgui/upmpdcli-config.pro.in
1
TEMPLATE    = app
1
TEMPLATE    = app
2
LANGUAGE    = C++
2
LANGUAGE    = C++
3
3
4
VPATH = @srcdir@
4
VPATH = @srcdir@
5
QMAKE_CXXFLAGS += -std=c++11 -I../ -DENABLE_XMLCONF
5
QMAKE_CXXFLAGS += -std=c++11 -I../ -DENABLE_XMLCONF
6
         
7
8
DEFINES += MDU_INCLUDE_LOG=\'<libupnpp/log.h>\'
6
9
7
CONFIG  += qt warn_on thread release debug
10
CONFIG  += qt warn_on thread release debug
8
QT += widgets
11
QT += widgets
9
12
10
LIBS += -lupnpp
13
LIBS += -lupnpp
...
...
15
18
16
HEADERS += confgui.h mainwindow.h
19
HEADERS += confgui.h mainwindow.h
17
20
18
SOURCES += confmain.cpp \
21
SOURCES += confmain.cpp \
19
           confgui.cpp \
22
           confgui.cpp \
20
           ../src/conftree-fixed.cpp \
23
           ../src/conftree.cpp \
21
           ../src/smallut.cpp \
24
           ../src/smallut.cpp \
22
           ../src/pathut.cpp
25
           ../src/pathut.cpp
23
26
24
target.path = "$$PREFIX/bin"
27
target.path = "$$PREFIX/bin"
25
INSTALLS += target
28
INSTALLS += target