mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
20 lines
447 B
Prolog
20 lines
447 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += testblackmisc
|
|
SUBDIRS += testblackcore
|
|
SUBDIRS += testblackgui
|
|
|
|
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)
|