aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2012-11-19 18:03:36 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-11-22 15:10:46 +0100
commit56058307f5f2a6f2323379fcef8ee0ea708d4b48 (patch)
tree64319521fca796cc9f43836771284c079e5a5ee6 /src/app/app.pro
parent3bf0894d284ee1d05118431c60ea67191bec4657 (diff)
Add a way to dump QML type information
Add a executable that can be used to generate a dump of the QML types used by QBS. This information can then be used in an IDE to help with code completion/syntax highlighting. Change-Id: I8cebe9cd6618b93a1144dd27d17d8d3b5834e03f Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 0e8f67523..e1f741f8e 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -4,4 +4,5 @@ SUBDIRS =\
platforms \
setupmaddeplatforms \
qbs-setup-qt \
- config
+ config \
+ qbs-qmltypes \