mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
19 lines
311 B
Prolog
19 lines
311 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += blackmisc
|
|
SUBDIRS += blacksound
|
|
SUBDIRS += blackinput
|
|
SUBDIRS += blackcore
|
|
SUBDIRS += blackgui
|
|
SUBDIRS += swiftguistandard
|
|
SUBDIRS += swiftcore
|
|
SUBDIRS += swiftdata
|
|
SUBDIRS += swiftlauncher
|
|
SUBDIRS += xbus
|
|
SUBDIRS += plugins
|
|
|
|
load(common_post)
|