Files
pilotclient/tests/blackcore/fsd/testfsdclient/testfsdclient.pro
Roland Rossgotterer acf540be34 Long live FsdClient
2019-09-18 13:49:37 +02:00

31 lines
471 B
Prolog

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)