mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #613, changes as proposed by MS
https://dev.vatsim-germany.org/issues/613#note-3
This commit is contained in:
@@ -11,14 +11,8 @@ contains(BLACK_CONFIG, Static) {
|
||||
}
|
||||
|
||||
buildconfig.input = buildconfig.cpp.in
|
||||
CONFIG(debug, debug|release) {
|
||||
buildconfig.output = $$OUT_PWD/debug/buildconfig_gen.cpp
|
||||
GENERATED_SOURCES += $$OUT_PWD/debug/buildconfig_gen.cpp
|
||||
|
||||
} else {
|
||||
buildconfig.output = $$OUT_PWD/release/buildconfig_gen.cpp
|
||||
GENERATED_SOURCES += $$OUT_PWD/release/buildconfig_gen.cpp
|
||||
}
|
||||
buildconfig.output = $$DestRoot/buildconfig_gen.cpp
|
||||
GENERATED_SOURCES += $$DestRoot/buildconfig_gen.cpp
|
||||
QMAKE_SUBSTITUTES += buildconfig
|
||||
|
||||
INCLUDEPATH += ..
|
||||
|
||||
Reference in New Issue
Block a user