mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
28 lines
431 B
Prolog
28 lines
431 B
Prolog
load(common_pre)
|
|
|
|
QT += core dbus testlib network
|
|
|
|
TARGET = teststringutils
|
|
CONFIG -= app_bundle
|
|
CONFIG += blackconfig
|
|
CONFIG += blackmisc
|
|
CONFIG += testcase
|
|
CONFIG += no_testcase_installs
|
|
|
|
TEMPLATE = app
|
|
|
|
DEPENDPATH += \
|
|
. \
|
|
$$SourceRoot/src \
|
|
$$SourceRoot/tests \
|
|
|
|
INCLUDEPATH += \
|
|
$$SourceRoot/src \
|
|
$$SourceRoot/tests \
|
|
|
|
SOURCES += teststringutils.cpp
|
|
|
|
DESTDIR = $$DestRoot/bin
|
|
|
|
load(common_post)
|