summaryrefslogtreecommitdiffstats
path: root/editorlib
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2016-11-16 16:18:49 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2016-11-17 08:43:32 +0000
commit2b9ddcd68e2b2813a08aafef6e89210997def07f (patch)
tree07de3e0820123f413ad39259d15b3e67b0d8b3a4 /editorlib
parent66bb01a6c28309bbcd5ba3827acf22645ca5618f (diff)
GLTF exporter is now in 5.9, so uncomment the related define
Change-Id: Ief4bdf654636c46d382fa915c46d03d1e9a0658a Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'editorlib')
-rw-r--r--editorlib/editorlib.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/editorlib/editorlib.pro b/editorlib/editorlib.pro
index acd405f..d47c2b8 100644
--- a/editorlib/editorlib.pro
+++ b/editorlib/editorlib.pro
@@ -101,6 +101,5 @@ SOURCES = qml/*.qml \
}
greaterThan(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 8) {
-# TODO: Uncomment once exporter is merged (or replace define with Qt version checks in code)
- #DEFINES += GLTF_EXPORTER_AVAILABLE
+ DEFINES += GLTF_EXPORTER_AVAILABLE
}