Remove qml-debug configure flag and feature
The feature belongs to qtdeclarative and will be added there. Change-Id: I2faf89f6caf841958e60efed8ff3882e530f0720 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
d46412665f
commit
525f8516c2
@ -201,7 +201,6 @@ Component selection:
|
|||||||
-dbus-runtime ........ Build Qt D-Bus and dynamically load libdbus-1 [no]
|
-dbus-runtime ........ Build Qt D-Bus and dynamically load libdbus-1 [no]
|
||||||
-accessibility ....... Enable accessibility support [yes]
|
-accessibility ....... Enable accessibility support [yes]
|
||||||
Note: Disabling accessibility is not recommended.
|
Note: Disabling accessibility is not recommended.
|
||||||
-qml-debug ........... Enable QML debugging support [yes]
|
|
||||||
|
|
||||||
Qt comes with bundled copies of some 3rd party libraries. These are used
|
Qt comes with bundled copies of some 3rd party libraries. These are used
|
||||||
by default if auto-detection of the respective system library fails.
|
by default if auto-detection of the respective system library fails.
|
||||||
|
@ -102,7 +102,6 @@
|
|||||||
"platform": "string",
|
"platform": "string",
|
||||||
"plugin-manifests": "boolean",
|
"plugin-manifests": "boolean",
|
||||||
"profile": "boolean",
|
"profile": "boolean",
|
||||||
"qml-debug": "boolean",
|
|
||||||
"qreal": "string",
|
"qreal": "string",
|
||||||
"qtlibinfix": { "type": "string", "name": "qt_libinfix" },
|
"qtlibinfix": { "type": "string", "name": "qt_libinfix" },
|
||||||
"qtnamespace": { "type": "string", "name": "qt_namespace" },
|
"qtnamespace": { "type": "string", "name": "qt_namespace" },
|
||||||
@ -1235,13 +1234,6 @@
|
|||||||
"condition": "libs.libudev",
|
"condition": "libs.libudev",
|
||||||
"output": [ "privateFeature" ]
|
"output": [ "privateFeature" ]
|
||||||
},
|
},
|
||||||
"qml-debug": {
|
|
||||||
"label": "QML debugging",
|
|
||||||
"output": [
|
|
||||||
"privateFeature",
|
|
||||||
{ "type": "publicQtConfig", "negative": true }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"compile_examples": {
|
"compile_examples": {
|
||||||
"label": "Compile examples",
|
"label": "Compile examples",
|
||||||
"output": [ "privateConfig" ]
|
"output": [ "privateConfig" ]
|
||||||
@ -1454,7 +1446,6 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
|
|||||||
"section": "Support enabled for",
|
"section": "Support enabled for",
|
||||||
"entries": [
|
"entries": [
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"qml-debug",
|
|
||||||
"libudev",
|
"libudev",
|
||||||
"system-zlib"
|
"system-zlib"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user