summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-12-14 12:00:31 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-12 21:41:34 +0100
commite4aec09c7b9c639542965207850fdc8a3d1fc841 (patch)
treeba7fe5d0d3c2ebd84afa387ff0f4d673222c2ace /src/core/configure.json
parentf32a1b4e54faa4441f11eebc4795b5897ffb33a5 (diff)
CMake: Re-regenerate configure-related files
Add the missing qt_cmdline.cmake files. Fix the bundled assimp library. Remove the stale configure.cmake in src/plugins/sceneparsers. Remove unused features from src/core/configure.json. Change-Id: Id2aa3a02a1c0118c97bd2a447bd23f332f4b5270 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index f3f444b5b..85f219cfd 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -9,8 +9,6 @@
"commandline": {
"options": {
"qt3d-assimp": { "type": "enum", "values": [ "qt", "system", "no" ] },
- "qt3d-profile-jobs": "boolean",
- "qt3d-profile-gl": "boolean",
"qt3d-render": "boolean",
"qt3d-input": "boolean",
"qt3d-logic": "boolean",
@@ -43,16 +41,6 @@
"condition": "features.qt3d-assimp && libs.qt3d-assimp",
"output": [ "privateFeature" ]
},
- "qt3d-profile-jobs": {
- "label": "Output Qt3D Job traces (deprecated)",
- "autoDetect": false,
- "output": [ "privateFeature" ]
- },
- "qt3d-profile-gl": {
- "label": "Output Qt3D GL traces",
- "autoDetect": false,
- "output": [ "privateFeature" ]
- },
"qt3d-render": {
"label": "Render aspect",
"purpose": "Use the 3D Render Aspect library",
@@ -112,7 +100,6 @@
"entries": [
"qt3d-assimp",
"qt3d-system-assimp",
- "qt3d-profile-gl",
"qt3d-simd-sse2",
"qt3d-simd-avx2",
{