mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 04:35:41 +08:00
Long live FsdClient
This commit is contained in:
24
samples/fsd/samplefsd.pro
Normal file
24
samples/fsd/samplefsd.pro
Normal file
@@ -0,0 +1,24 @@
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network
|
||||
|
||||
TARGET = samplefsd
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG += console
|
||||
CONFIG += blackmisc blackcore
|
||||
CONFIG -= app_bundle
|
||||
|
||||
DEPENDPATH += . $$SourceRoot/src
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
SOURCES += *.cpp
|
||||
|
||||
LIBS *= -lvatsimauth
|
||||
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
target.path = $$PREFIX/bin
|
||||
INSTALLS += target
|
||||
|
||||
load(common_post)
|
||||
Reference in New Issue
Block a user