summaryrefslogtreecommitdiffstats
path: root/src/core/doc/qt3dcore.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-06-12 15:53:11 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-06-15 11:16:18 +0000
commit6f93508bcd38d8d0fa524ac00d65b518fac0d82a (patch)
tree05c421e47f3de4360598a3710adbebe3493bceba /src/core/doc/qt3dcore.qdocconf
parentddf59ad0d0cf6e81b8e7fa821f0466937bc143aa (diff)
Doc: Add skeleton docs for Qt3D Input classes and QML types
Not fully documented yet, but enables the classes and QML types to be visible in the documentation. Change-Id: I557aeae9ff6314b697bcc9313c1061543363b645 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/doc/qt3dcore.qdocconf')
-rw-r--r--src/core/doc/qt3dcore.qdocconf7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/doc/qt3dcore.qdocconf b/src/core/doc/qt3dcore.qdocconf
index 251c0ab67..65e6e03fe 100644
--- a/src/core/doc/qt3dcore.qdocconf
+++ b/src/core/doc/qt3dcore.qdocconf
@@ -36,11 +36,13 @@ depends += qtcore qtqml qtquick qtdoc qt3drenderer
headerdirs += .. \
../../plugins \
- ../../quick3d/quick3d
+ ../../quick3d/quick3d \
+ ../../input
sourcedirs += .. \
../../plugins \
- ../../quick3d/quick3d
+ ../../quick3d/quick3d \
+ ../../input
exampledirs += src/snippets
@@ -49,6 +51,7 @@ exampledirs += src/snippets
imagedirs += images
Cpp.ignoretokens += QT3DCORE_PRIVATE_EXPORT \
+ QT3DINPUTSHARED_EXPORT \
QT3DCORESHARED_EXPORT
Cpp.ignoredirectives += Q_DECLARE_LOGGING_CATEGORY