mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
14 lines
215 B
Prolog
14 lines
215 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += cliclient
|
|
SUBDIRS += blackmiscquantities
|
|
SUBDIRS += blackmiscdbus
|
|
SUBDIRS += blackmisc
|
|
SUBDIRS += blackmiscsim
|
|
SUBDIRS += hotkey
|
|
|
|
load(common_post)
|