mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
* Use correct version of loadAndResolveP3DSimConnect/loadAndResolveFsxSimConnect * use CLogCategory::driver() for SimConnectSymbols * added load(common_pre/post)
20 lines
441 B
Prolog
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)
|