mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
24 lines
385 B
Prolog
24 lines
385 B
Prolog
load(common_pre)
|
|
|
|
QT += core gui dbus network
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = samplehotkey
|
|
TEMPLATE = app
|
|
|
|
CONFIG += blackmisc blackinput blackcore blackgui
|
|
|
|
DEPENDPATH += . $$SourceRoot/src
|
|
INCLUDEPATH += . $$SourceRoot/src
|
|
|
|
HEADERS += *.h
|
|
SOURCES += *.cpp
|
|
|
|
DESTDIR = $$DestRoot/bin
|
|
|
|
target.path = $$PREFIX/bin
|
|
INSTALLS += target
|
|
|
|
load(common_post)
|