aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/modules/qtc/qtc.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs/modules/qtc/qtc.qbs')
-rw-r--r--qbs/modules/qtc/qtc.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index b7477f3888..9d739f926b 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -69,6 +69,7 @@ Module {
property string export_data_base: project.ide_source_tree + "/share/qtcreator"
property bool testsEnabled: Environment.getEnv("TEST") || qbs.buildVariant === "debug"
+ property bool useSystemBotan: Environment.getEnv("USE_SYSTEM_BOTAN") === "1"
property stringList generalDefines: [
"QT_CREATOR",
'IDE_LIBRARY_BASENAME="' + libDirName + '"',