mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
23 lines
569 B
Prolog
23 lines
569 B
Prolog
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
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
|
|
|
|
swiftConfig(sims.fsx)|swiftConfig(sims.p3d) {
|
|
SUBDIRS += testsimpluginfsxp3d
|
|
testsimpluginfsxp3d.file = blacksimpluginfsxp3d/testblacksimpluginfsxp3d.pro
|
|
}
|
|
|
|
load(common_post)
|