forked from qt-creator/qt-creator
Fix qbs build for Qt 5.
Make sure newly deprecated stuff is still available. Change-Id: I9ebdfcd9a5ecee125a3c73f5f3254ae319d8b282 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
b0270f1fde
commit
6d17da175f
@@ -10,10 +10,10 @@ QtcLibrary {
|
||||
"../3rdparty/cplusplus",
|
||||
"../../plugins"
|
||||
]
|
||||
cpp.defines: [
|
||||
cpp.defines: base.concat([
|
||||
"NDEBUG",
|
||||
"CPLUSPLUS_BUILD_LIB"
|
||||
]
|
||||
])
|
||||
cpp.optimization: "fast"
|
||||
|
||||
Depends { name: "cpp" }
|
||||
|
||||
Reference in New Issue
Block a user