Fix qbs build.

Commit cf56178d introduced an impressive amount of syntax errors.

Change-Id: Ibaf8b8384b06ee92b658b71f08ac8d14e92c19b0
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Christian Kandeler
2013-09-16 17:17:27 +02:00
committed by Joerg Bornemann
parent 5ed046f1c1
commit 3ae8d6b36a
4 changed files with 13 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ import qbs
Project {
name: "Plugins"
property bool buildWelcomePlugin: Qt.core.versionMajor >= 5
references: [
"analyzerbase/analyzerbase.qbs",
@@ -57,11 +58,6 @@ Project {
"updateinfo/updateinfo.qbs",
"valgrind/valgrind.qbs",
"vcsbase/vcsbase.qbs",
"welcome/welcome.qbs"
]
Group {
condition: qtcore.versionMajor >= 5
references: [ "welcome/welcome.qbs" ]
}
}