Long live FsdClient

This commit is contained in:
Roland Rossgotterer
2019-09-13 11:19:26 +02:00
parent fa6e7108c7
commit acf540be34
90 changed files with 7646 additions and 3699 deletions

24
samples/fsd/samplefsd.pro Normal file
View 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)