mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
10 lines
119 B
Prolog
10 lines
119 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += simulator
|
|
SUBDIRS += weatherdata
|
|
|
|
load(common_post)
|