From c2501dc9389fd3e16792e3119008231cf85df82e Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 18 Dec 2019 14:13:55 +0100 Subject: qbs build: Add litehtml support Change-Id: Ia78ab35a5e844d5b2a1ee18752445c887228981f Reviewed-by: Christian Stenger --- qbs/modules/qtc/qtc.qbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qbs') 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 -- cgit v1.2.1