mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
16 lines
259 B
Prolog
16 lines
259 B
Prolog
load(common_pre)
|
|
|
|
REQUIRES += contains(BLACK_CONFIG,Samples)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += cliclient
|
|
SUBDIRS += blackmiscquantities
|
|
SUBDIRS += blackmiscdbus
|
|
SUBDIRS += blackmisc
|
|
SUBDIRS += blackmiscsim
|
|
SUBDIRS += hotkey
|
|
|
|
load(common_post)
|