Files
pilotclient/samples/blackmisc/sampleblackmisc.pro
Klaus Basan 14469f2d4e Sample reg. JSON performance
* DB JSON vs. swift JSON
* Database reader: own function for stringToDatastoreResponse so it can be reused
2016-12-06 09:33:43 +01:00

26 lines
405 B
Prolog

load(common_pre)
QT += core dbus network
TARGET = sampleblackmisc
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc blackcore blackgui blackconfig
DEPENDPATH += . $$SourceRoot/src/blackmisc
INCLUDEPATH += . $$SourceRoot/src
DESTDIR = $$DestRoot/bin
HEADERS += *.h
SOURCES += *.cpp
OTHER_FILES +=
target.path = $$PREFIX/bin
INSTALLS += target
load(common_post)