summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2017-07-04 09:47:15 +0200
committerPaul Lemire <paul.lemire@kdab.com>2017-08-02 06:24:27 +0000
commit718165fc244f824c6a82c1eeb94afc563a35adeb (patch)
tree086970e557ad38d765cfa493875e5da408fbe0b2 /config_help.txt
parenta20f0c5228861676bb46c15cb1010ca311895c33 (diff)
Allow to disable aspects at configure time
This allows to remove dependencies and reduce deployment size when a given aspect is not required. Change-Id: I5aa90e4825b375cd446c47727aa11d03c40703c9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
index 8aeed3007..8f055023d 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -3,3 +3,8 @@ Qt3D options:
-assimp .............. Select used assimp library [system/qt/no]
-qt3d-profile-jobs ... Enable jobs profiling [no]
-qt3d-profile-gl ..... Enable OpenGL profiling [no]
+ -qt3d-render ......... Enable the Qt3D Render aspect [yes]
+ -qt3d-input .......... Enable the Qt3D Input aspect [yes]
+ -qt3d-logic .......... Enable the Qt3D Logic aspect [yes]
+ -qt3d-extras ......... Enable the Qt3D Extras aspect [yes]
+ -qt3d-animation....... Enable the Qt3D Animation aspect [yes]