summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 9c6248549e..537a6ff526 100644
--- a/configure.json
+++ b/configure.json
@@ -1,5 +1,7 @@
{
"files": {
+ "builtinQtConf": "qmake/builtin-qt.conf",
+ "qconfigSource": "src/corelib/global/qconfig.cpp",
"publicHeader": "src/corelib/global/qconfig.h",
"privateHeader": "src/corelib/global/qconfig_p.h",
"publicPro": "mkspecs/qconfig.pri",
@@ -43,7 +45,7 @@
"libexecdir": "string",
"plugindir": "string",
"qmldir": "string",
- "settingsdir": "string",
+ "settingsdir": { "type": "string", "name": "sysconfdir" },
"sysconfdir": "string",
"testsdir": "string",
"translationdir": "string",
@@ -416,6 +418,9 @@
},
"features": {
+ "prepare": {
+ "output": [ "preparePaths" ]
+ },
"android-style-assets": {
"label": "Android Style Assets",
"condition": "config.android",
@@ -968,6 +973,10 @@
"earlyReport": [
{
+ "condition": "!features.prepare",
+ "comment": "This is not an actual report - instead, it activates the early setup."
+ },
+ {
"type": "fatal",
"condition": "!call.licenseCheck",
"message": "You are not licensed to use this software."