aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-04-15 16:31:27 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-04-15 16:57:54 +0200
commit490942822060320f28f26a7136b8b644b75ffdde (patch)
treefa348310be3ed533a7d0d5330eb1b3f4ef9454f2 /qtcreator.qbs
parent94eda40a957a05620b3713a1da2d1eef87010a5d (diff)
qbs build: Adapt to function renaming.
Change-Id: Ia4cc4447e59aaa4f283a7818847633bb7cf9a8aa Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index 2ae730193a..52fa9feb85 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -45,7 +45,7 @@ Project {
property string ide_bin_path: qbs.targetOS.contains("osx")
? ide_app_target + ".app/Contents/MacOS"
: ide_app_path
- property bool testsEnabled: qbs.getenv("TEST") || qbs.buildVariant === "debug"
+ property bool testsEnabled: qbs.getEnv("TEST") || qbs.buildVariant === "debug"
property stringList generalDefines: [
"QT_CREATOR",
'IDE_LIBRARY_BASENAME="' + libDirName + '"',