Files
pilotclient/tests/tests.pro
Lars Toenning bcc4bdd31e Add SPDX identifiers for REUSE compliance
Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com>
2023-10-03 09:29:49 +02:00

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)