summaryrefslogtreecommitdiff
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-05-11 11:38:27 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-05-11 14:30:18 +0000
commitda8b3f237a17d463919ef9e0586656747e54f359 (patch)
tree10638f38770d12b4e2b787294cce3e8ce7413b83 /qbs
parent1ea3d707c68b4571d48a6c980353efc33a3cd11d (diff)
downloadqt-creator-da8b3f237a17d463919ef9e0586656747e54f359.tar.gz
qbs build: Prefer KSyntaxHighlighting from system
Note that the system package will only be found with qbs >= 1.20. Change-Id: I361b774d6b35fdbd0386144d4e9812f02f7841e5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/qtc/qtc.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index a16957c0ee..8a24290242 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -68,6 +68,8 @@ Module {
property bool enableUbSanitizer: false
property bool enableThreadSanitizer: false
+ property bool preferSystemSyntaxHighlighting: true
+
property bool make_dev_package: false
// Will be replaced when creating modules from products