summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-07-30 16:22:04 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-08-06 13:43:27 +0000
commitce69c98f6954ef2c8806bc44a457a58e4202d751 (patch)
treeed1e4e6f3b4782299457b9e8ce92bd8a25b51477 /sync.profile
parent9b6ca58d5d49acdff284e5e4853b338bb60572e8 (diff)
Add a new Logic aspect to allow synchronous operations
The QLogicComponent allows users to have code execute synchronously with the Qt3D engine each frame. Very useful for implementing some pieces of applicaton logic or for prototyping functionality that can later be folded back into Qt3D in a declarative manner. Change-Id: Ia7d69b77d782e67ace0a64a7c59188786fb731fd Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 4d9163f2b..bfe797c39 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,6 +4,7 @@
"Qt3DQuick" => "$basedir/src/quick3d/quick3d",
"Qt3DQuickRenderer" => "$basedir/src/quick3d/quick3drenderer",
"Qt3DInput" => "$basedir/src/input",
+ "Qt3DLogic" => "$basedir/src/logic",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);