2018-01-03 09:52:05 +01:00
|
|
|
######################################################################
|
|
|
|
# Automatically generated by qmake (3.0) Mon Dec 25 15:21:45 2017
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
TEMPLATE = app
|
2019-08-23 23:58:43 +02:00
|
|
|
TARGET = qsrun
|
2018-01-03 09:52:05 +01:00
|
|
|
INCLUDEPATH += .
|
|
|
|
|
|
|
|
# Input
|
2020-09-06 19:43:17 +02:00
|
|
|
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
|
2019-06-03 07:52:04 +02:00
|
|
|
QT += widgets sql network
|
2018-01-03 09:52:05 +01:00
|
|
|
QT_CONFIG -= no-pkg-config
|
|
|
|
LIBS += -lcln
|
2020-09-06 22:23:36 +02:00
|
|
|
CONFIG += link_pkgconfig c++17
|
2018-01-03 09:52:05 +01:00
|
|
|
PKGCONFIG += libqalculate
|