Albert S
edb781580e
Inheritance: Use readEntryFromPath instead of assuming always .desktop files Switch project to C++17
28 linhas
785 B
Prolog
28 linhas
785 B
Prolog
######################################################################
|
|
# Automatically generated by qmake (3.0) Mon Dec 25 15:21:45 2017
|
|
######################################################################
|
|
|
|
TEMPLATE = app
|
|
TARGET = qsrun
|
|
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
|
|
QT_CONFIG -= no-pkg-config
|
|
LIBS += -lcln
|
|
CONFIG += link_pkgconfig c++17
|
|
PKGCONFIG += libqalculate
|