forked from qt-creator/qt-creator
Fix qbs build without qbs submodule.
"Properties" semantics strike again. Change-Id: Ie07574ae709ad323265dec59dba53451820e1c96 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -23,11 +23,7 @@ QtcPlugin {
|
||||
pluginspecreplacements: ({"ANDROID_EXPERIMENTAL_STR": (enable ? "false": "true")})
|
||||
|
||||
cpp.includePaths: base.concat("../../shared")
|
||||
|
||||
Properties {
|
||||
condition: project.buildQbsProjectManager
|
||||
cpp.defines: base.concat(['HAVE_QBS'])
|
||||
}
|
||||
cpp.defines: base.concat(project.buildQbsProjectManager ? ['HAVE_QBS'] : [])
|
||||
|
||||
files: [
|
||||
"addnewavddialog.ui",
|
||||
|
||||
Reference in New Issue
Block a user