mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
refs #445, prepared for data entry GUI
* unified init of GUIs * used CProject::swiftVersionString()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
13df4302d7
commit
a2527e69e3
19
swift.pro
19
swift.pro
@@ -16,14 +16,17 @@ contains(BLACK_CONFIG, BlackInput) {
|
||||
|
||||
contains(BLACK_CONFIG, BlackCore) {
|
||||
SUBDIRS += src/blackcore
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, BlackGui) {
|
||||
SUBDIRS += src/blackgui
|
||||
SUBDIRS += src/swiftgui_standard/swiftgui_standard.pro
|
||||
|
||||
contains(BLACK_CONFIG, BlackCore) {
|
||||
SUBDIRS += src/swiftcore/swiftcore.pro
|
||||
contains(BLACK_CONFIG, BlackGui) {
|
||||
SUBDIRS += src/blackgui
|
||||
contains(BLACK_CONFIG, SwiftGui) {
|
||||
SUBDIRS += src/swiftgui_standard/swiftgui_standard.pro
|
||||
}
|
||||
contains(BLACK_CONFIG, SwiftCore) {
|
||||
SUBDIRS += src/swiftcore/swiftcore.pro
|
||||
}
|
||||
contains(BLACK_CONFIG, SwiftData) {
|
||||
SUBDIRS += src/swiftdata/swiftdata.pro
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user