Files
pilotclient/tests/blackmisc/testblackmisc.pro
Roland Winklmeier 2d8f56a598 Link CBuildConfig and CVersion into static library blackconfig
CBuildConfig including private keys etc. should not be part of a
public library API. Therefore link it into a static library, which
is not available to end users.

refs #645
2016-05-24 13:12:23 +02:00

24 lines
385 B
Prolog

load(common_pre)
QT += core testlib dbus network
TARGET = testblackmisc
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackconfig
CONFIG += blackmisc
CONFIG += testcase
CONFIG += no_testcase_installs
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = $$DestRoot/bin
load(common_post)