summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-04-20 08:52:14 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-04-24 11:00:10 +0000
commitdf4b063c5b988a63d871d4ac101c77a928791f43 (patch)
tree190ab1fbee6df4627b4ca09d38d7aa5b9ea5c0ac
parenta2b7483fa18e109011246fba5e7963338a77af56 (diff)
Add config_help.txt to Qt3D
Add config help to specify what configurations Qt3D uses and what do they do. Change-Id: I280f5702d304a0f60111389a991778a0616f7fc2 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
-rw-r--r--config_help.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
new file mode 100644
index 000000000..8aeed3007
--- /dev/null
+++ b/config_help.txt
@@ -0,0 +1,5 @@
+Qt3D options:
+
+ -assimp .............. Select used assimp library [system/qt/no]
+ -qt3d-profile-jobs ... Enable jobs profiling [no]
+ -qt3d-profile-gl ..... Enable OpenGL profiling [no]