mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
Link CBuildConfig and CVersion into static library blackconfig
CBuildConfig including private keys etc. should not be part of a public library API. Therefore link it into a static library, which is not available to end users. refs #645
This commit is contained in:
@@ -3,6 +3,7 @@ load(common_pre)
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS += blackconfig
|
||||
SUBDIRS += blackmisc
|
||||
contains(BLACK_CONFIG,BlackSound) {
|
||||
SUBDIRS += blacksound
|
||||
|
||||
Reference in New Issue
Block a user