qsrun/qsrun.pro

28 lines
785 B
Prolog
Raw Permalink Normal View History

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
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
2018-01-03 09:52:05 +01:00
QT_CONFIG -= no-pkg-config
LIBS += -lcln
CONFIG += link_pkgconfig c++17
2018-01-03 09:52:05 +01:00
PKGCONFIG += libqalculate