Refactoring to use new entryprovider and settingsprovider classes

Αυτή η υποβολή περιλαμβάνεται σε:
2020-09-06 19:43:17 +02:00
γονέας 2824f84f9f
υποβολή 45d7b930f8
5 αρχεία άλλαξαν με 33 προσθήκες και 30 διαγραφές

@ -7,19 +7,21 @@ TARGET = qsrun
INCLUDEPATH += .
# Input
HEADERS += config.h window.h \
entrypushbutton.h \
calculationengine.h \
singleinstanceserver.h \
configprovider.h
SOURCES += config.cpp main.cpp window.cpp \
entrypushbutton.cpp \
calculationengine.cpp \
singleinstanceserver.cpp \
configprovider.cpp
HEADERS += calculationengine.h \
entryprovider.h \
entrypushbutton.h \
settingsprovider.h \
singleinstanceserver.h \
window.h
SOURCES += calculationengine.cpp \
entryprovider.cpp \
entrypushbutton.cpp \
main.cpp \
settingsprovider.cpp \
singleinstanceserver.cpp \
window.cpp
QT += widgets sql network
QT_CONFIG -= no-pkg-config
LIBS += -lcln
CONFIG += link_pkgconfig
PKGCONFIG += libqalculate