updated qsRun pro with new files + network target for single instance server

This commit is contained in:
Albert S. 2019-06-03 07:52:04 +02:00
parent 51b0337ceb
commit 117facea1c
1 changed files with 7 additions and 3 deletions

View File

@ -9,11 +9,15 @@ INCLUDEPATH += .
# Input
HEADERS += config.h window.h \
entrypushbutton.h \
calculationengine.h
calculationengine.h \
singleinstanceserver.h \
configprovider.h
SOURCES += config.cpp main.cpp window.cpp \
entrypushbutton.cpp \
calculationengine.cpp
QT += widgets sql
calculationengine.cpp \
singleinstanceserver.cpp \
configprovider.cpp
QT += widgets sql network
QT_CONFIG -= no-pkg-config
LIBS += -lcln
CONFIG += link_pkgconfig