aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-12-18 14:13:55 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2019-12-19 13:42:34 +0000
commitc2501dc9389fd3e16792e3119008231cf85df82e (patch)
treef1782679284b7aa8265bf4e521e5ad9111b43e0e /qbs
parent94d5aa8b98e0b3c3497f9c975e557be0a0d91bae (diff)
qbs build: Add litehtml support
Change-Id: Ia78ab35a5e844d5b2a1ee18752445c887228981f 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 cfcd31a9bb..658362f87f 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -63,6 +63,8 @@ Module {
property string ide_qbs_imports_path: ide_qbs_resources_path + "/imports"
property string ide_shared_sources_path: "src/shared"
+ property string litehtmlInstallDir: Environment.getEnv("LITEHTML_INSTALL_DIR")
+
property bool make_dev_package: false
// Will be replaced when creating modules from products