forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: qtcreator.qbp src/libs/QtcLibrary.qbs src/plugins/QtcPlugin.qbs src/tools/QtcTool.qbs Change-Id: I3acea26888febe8f96d2131932266ed88b9f55f5
This commit is contained in:
@@ -9,10 +9,10 @@ QtcLibrary {
|
||||
"..",
|
||||
"parser"
|
||||
]
|
||||
cpp.defines: [
|
||||
cpp.defines: base.concat([
|
||||
"QMLJS_BUILD_DIR",
|
||||
"QT_CREATOR"
|
||||
]
|
||||
])
|
||||
cpp.optimization: "fast"
|
||||
|
||||
Depends { name: "Utils" }
|
||||
|
||||
Reference in New Issue
Block a user