mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
* Use source path and build path instead of relative ones * Unify pre target dependencies in libraries.pri
23 lines
423 B
Prolog
23 lines
423 B
Prolog
include ($$SourceRoot/config.pri)
|
|
include ($$SourceRoot/build.pri)
|
|
|
|
QT += core gui dbus network
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = sample_hotkey
|
|
TEMPLATE = app
|
|
|
|
CONFIG -= app_bundle
|
|
CONFIG += blackmisc blackinput blackcore
|
|
|
|
DEPENDPATH += . $$SourceRoot/src
|
|
INCLUDEPATH += . $$SourceRoot/src
|
|
|
|
SOURCES += *.cpp
|
|
HEADERS += *.h
|
|
|
|
DESTDIR = $$BuildRoot/bin
|
|
|
|
include ($$SourceRoot/libraries.pri)
|