mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Long live FsdClient
This commit is contained in:
30
tests/blackcore/fsd/testfsdclient/testfsdclient.pro
Normal file
30
tests/blackcore/fsd/testfsdclient/testfsdclient.pro
Normal 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)
|
||||
Reference in New Issue
Block a user