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

View File

@@ -0,0 +1,30 @@
load(common_pre)
QT += core network dbus testlib
TARGET = testfsdclient
CONFIG -= app_bundle
CONFIG += blackconfig
CONFIG += blackmisc
CONFIG += blackcore
CONFIG += testcase
CONFIG += no_testcase_installs
TEMPLATE = app
DEPENDPATH += \
. \
$$SourceRoot/src \
$$SourceRoot/tests \
INCLUDEPATH += \
$$SourceRoot/src \
$$SourceRoot/tests \
SOURCES += testfsdclient.cpp
LIBS *= -lvatsimauth
DESTDIR = $$DestRoot/bin
load(common_post)