Switch to side-by-side view
--- a/cfgui/upmpdcli-config.pro.in +++ b/cfgui/upmpdcli-config.pro.in @@ -3,6 +3,9 @@ VPATH = @srcdir@ QMAKE_CXXFLAGS += -std=c++11 -I../ -DENABLE_XMLCONF + + +DEFINES += MDU_INCLUDE_LOG=\'<libupnpp/log.h>\' CONFIG += qt warn_on thread release debug QT += widgets @@ -17,7 +20,7 @@ SOURCES += confmain.cpp \ confgui.cpp \ - ../src/conftree-fixed.cpp \ + ../src/conftree.cpp \ ../src/smallut.cpp \ ../src/pathut.cpp