Files
pilotclient/tests/blackmisc/weather/testweather/testweather.pro

28 lines
434 B
Prolog

load(common_pre)
QT += core dbus testlib network multimedia
TARGET = testweather
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 += testweather.cpp
DESTDIR = $$DestRoot/bin
load(common_post)