Files
pilotclient/samples/hotkey/samplehotkey.pro
2015-12-12 04:47:34 +00:00

24 lines
393 B
Prolog

load(common_pre)
QT += core gui dbus network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = samplehotkey
TEMPLATE = app
CONFIG -= app_bundle
CONFIG += blackmisc blackinput blackcore blackgui
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
SOURCES += *.cpp
DESTDIR = $$DestRoot/bin
target.path = $$PREFIX/bin
INSTALLS += target
load(common_post)