summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2019-02-18 13:09:58 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2019-08-15 09:26:11 +0200
commita547404c12b50b8c9ab6a078fce5ce9a7300586f (patch)
treed34abf995daa99800cd234ca74810c4e26644633 /src/gui/configure.json
parent31e0d171d605159a83dbee3379a38e4dcd1f4b19 (diff)
QTextureFileReader: backport ASTC support
Add support for astc format files as an experimental feature. To enable, configure with "-feature-texture_format_astc_experimental" (Backported from commit 5a4db421bd94acd12a4ac1f77031996b95f85dbf) Change-Id: I9a2f7b1fa20ba344b79637bafb50ff2bd0596747 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index c51e3ceee3..6dd6f5b16c 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -1748,6 +1748,11 @@
"section": "Images",
"output": [ "publicFeature", "feature" ]
},
+ "texture_format_astc_experimental" : {
+ "label": "ASTC Texture format (experimental)",
+ "autoDetect": "false",
+ "output": [ "privateFeature" ]
+ },
"picture": {
"label": "QPicture",
"purpose": "Supports recording and replaying QPainter commands.",