rename: qsRun => qsrun
This commit is contained in:
25
qsrun.pro
Normal file
25
qsrun.pro
Normal file
@ -0,0 +1,25 @@
|
||||
######################################################################
|
||||
# Automatically generated by qmake (3.0) Mon Dec 25 15:21:45 2017
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
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
|
||||
QT += widgets sql network
|
||||
QT_CONFIG -= no-pkg-config
|
||||
LIBS += -lcln
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libqalculate
|
||||
|
Reference in New Issue
Block a user