summaryrefslogtreecommitdiffstats
path: root/commonplatform.pri
diff options
context:
space:
mode:
Diffstat (limited to 'commonplatform.pri')
-rw-r--r--commonplatform.pri17
1 files changed, 13 insertions, 4 deletions
diff --git a/commonplatform.pri b/commonplatform.pri
index 1efc50c..0caee32 100644
--- a/commonplatform.pri
+++ b/commonplatform.pri
@@ -18,15 +18,24 @@ DEFINES += \
_UNICODE \
NO_BOOST
-# Enable this define if all ASTC images should be considered as premultiplied.
-# Alternatively to enable this at runtime, set QT3DS_ALL_ASTC_PREMULTIPLIED env variable.
-#DEFINES += QT3DS_ALL_ASTC_PREMULTIPLIED
-
# Enable this to build runtime with perf logging on.
# At runtime to see logs, you should also enable "qt3ds.perf_info"
# category e.g. with "QT_LOGGING_RULES=qt3ds.perf_info=true"
#DEFINES += QT3DS_ENABLE_PERF_LOGGING
+# Enable this to set the maximum amount of lights. The default value is 16.
+#DEFINES += QT3DS_MAX_NUM_LIGHTS=16
+
+# Enable this to set the maximum amount of shadows The default value is 8.
+#DEFINES += QT3DS_MAX_NUM_SHADOWS=8
+
+# Enable this to use legacy ASTC loading methods.
+#DEFINES += LEGACY_ASTC_LOADING
+
+# Enable this define if all ASTC images should be considered as premultiplied.
+# Alternatively to enable this at runtime, set QT3DS_ALL_ASTC_PREMULTIPLIED env variable.
+#DEFINES += QT3DS_ALL_ASTC_PREMULTIPLIED
+
win32: PlatformSpecificDir = windows
macos: PlatformSpecificDir = macos
linux|integrity|qnx: PlatformSpecificDir = linux