mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
13 lines
183 B
Prolog
13 lines
183 B
Prolog
load(common_pre)
|
|
|
|
REQUIRES += contains(BLACK_CONFIG,Unittests)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += blackmisc
|
|
SUBDIRS += blackcore
|
|
SUBDIRS += blackgui
|
|
|
|
load(common_post)
|