mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
The big swift.pro is refactored by the correct usage of SUBDIRS template. The following additional changes are made: - Removed '_' from all targets and folder names - Aligned parent folder and target name refs #461
12 lines
196 B
Prolog
12 lines
196 B
Prolog
load(common_pre)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += cliclient
|
|
SUBDIRS += blackmiscquantities
|
|
SUBDIRS += blackmiscdbus
|
|
SUBDIRS += blackmisc
|
|
SUBDIRS += blackmiscsim
|
|
SUBDIRS += hotkey
|