Files
pilotclient/tests/tests.pro
Klaus Basan fe28c220fa Unit test fix
* Use correct version of loadAndResolveP3DSimConnect/loadAndResolveFsxSimConnect
* use CLogCategory::driver() for SimConnectSymbols
* added load(common_pre/post)
2018-11-16 02:49:54 +01:00

20 lines
441 B
Prolog

load(common_pre)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += blackmisc
SUBDIRS += blackcore
SUBDIRS += blackgui
# testblackmisc.file = blackmisc/testblackmisc.pro
# testblackcore.file = blackcore/testblackcore.pro
# testblackgui.file = blackgui/testblackgui.pro
contains(BLACK_CONFIG,FSX|P3D) {
SUBDIRS += testsimpluginfsxp3d
testsimpluginfsxp3d.file = blacksimpluginfsxp3d/testblacksimpluginfsxp3d.pro
}
load(common_post)