summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-01-24 10:33:37 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-25 20:06:06 +0100
commit318b58562ae89453fb98e8145cd0440e14ba60b0 (patch)
tree622bc032cf076b4569621032f3a3315d95c3ae88 /configure.json
parentc28fde3fdac19fd5a5f614bb7983080031c924b3 (diff)
parent79352528a1726b4551ea4d9285dd2394dd0d43da (diff)
Merge remote-tracking branch 'origin/5.8' into dev
Conflicts: .qmake.conf mkspecs/common/msvc-desktop.conf mkspecs/common/msvc-version.conf mkspecs/common/winrt_winphone/qmake.conf mkspecs/features/mac/default_post.prf mkspecs/features/mac/sdk.prf mkspecs/features/qt.prf mkspecs/features/uikit/default_post.prf mkspecs/features/winrt/default_pre.prf mkspecs/winphone-arm-msvc2013/qmake.conf mkspecs/winphone-x86-msvc2013/qmake.conf mkspecs/winrt-arm-msvc2013/qmake.conf mkspecs/winrt-x64-msvc2013/qmake.conf mkspecs/winrt-x86-msvc2013/qmake.conf qmake/generators/win32/msvc_vcproj.cpp src/gui/kernel/qwindowsysteminterface.cpp src/network/kernel/qhostaddress.cpp src/plugins/platforms/mirclient/qmirclientplugin.cpp src/plugins/platforms/mirclient/qmirclientplugin.h src/widgets/util/qsystemtrayicon.cpp tests/auto/widgets/itemviews/qlistview/tst_qlistview.cpp tools/configure/Makefile.mingw tools/configure/Makefile.win32 Done-with: Jake Petroules <jake.petroules@qt.io> Done-with: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Change-Id: I4be3262d3994e11929d3b1ded2c3379783797dbe
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json36
1 files changed, 23 insertions, 13 deletions
diff --git a/configure.json b/configure.json
index b424c8b0ca..4030d359ae 100644
--- a/configure.json
+++ b/configure.json
@@ -1,6 +1,5 @@
{
"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",
@@ -254,11 +253,6 @@
"type": "compile",
"test": "common/c++98default"
},
- "compiler": {
- "label": "Compiler",
- "type": "checkCompiler",
- "log": "compilerDescription"
- },
"precompile_header": {
"label": "precompiled header support",
"type": "compile",
@@ -424,13 +418,14 @@
"features": {
"prepare": {
- "output": [ "prepareSpec", "prepareOptions", "preparePaths" ]
+ "output": [ "prepareSpec", "prepareOptions", "preparePaths", "reloadSpec" ]
},
"machineTuple": {
"condition": "!config.linux || config.android || tests.machineTuple",
"output": [ "machineTuple" ]
},
"commit": {
+ "condition": "features.machineTuple",
"output": [ "commitOptions" ]
},
"android-style-assets": {
@@ -691,11 +686,6 @@
"condition": "features.c++14 && tests.c++1z",
"output": [ "publicFeature", "publicQtConfig" ]
},
- "compiler": {
- "label": "Compiler version",
- "condition": "tests.compiler",
- "output": [ "compilerVersion" ]
- },
"precompile_header": {
"label": "Using precompiled headers",
"condition": "config.msvc || tests.precompile_header",
@@ -947,6 +937,18 @@
{ "type": "publicQtConfig", "negative": true }
]
},
+ "network": {
+ "label": "Qt Network",
+ "output": [ "privateFeature" ]
+ },
+ "sql": {
+ "label": "Qt Sql",
+ "output": [ "privateFeature" ]
+ },
+ "testlib": {
+ "label": "Qt Testlib",
+ "output": [ "privateFeature" ]
+ },
"widgets": {
"label": "Qt Widgets",
"autoDetect": "!config.tvos && !config.watchos",
@@ -957,6 +959,10 @@
{ "type": "publicQtConfig", "negative": true }
]
},
+ "xml": {
+ "label": "Qt Xml",
+ "output": [ "privateFeature" ]
+ },
"libudev": {
"label": "udev",
"condition": "libs.libudev",
@@ -1146,7 +1152,11 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
"dbus",
"dbus-linked",
"gui",
- "widgets"
+ "network",
+ "sql",
+ "testlib",
+ "widgets",
+ "xml"
]
}, {
"section": "Support enabled for",