mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
15 lines
294 B
Prolog
15 lines
294 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
|
|
|
|
load(common_post)
|