summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2011-10-10 14:58:59 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-11 07:02:14 +0200
commit0cb7a669898f809fb006ac1348d4a29581848b16 (patch)
tree42413d3bef178d018f2b9e114153e16835ddb5a0 /tests/auto/other.pro
parenta165cbb1f0516f214351ebb6df7d64c8ea2f617a (diff)
add qmetaobjectbuilder to qtbase.
Use the QMetaObjectBuilder code from declarative and add it to libQtCore. Consolidating various QMetaObjectBuilder implimentations to avoid code duplications in those modules. This is currently still a private API only. Change-Id: Ie363b4fd769c41efbb3caa7fb1d6f77af13c3c9c Reviewed-on: http://codereview.qt-project.org/6287 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'tests/auto/other.pro')
-rw-r--r--tests/auto/other.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index 1e8988f416..e3adaa218e 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -19,7 +19,8 @@ SUBDIRS=\
qtoolbutton \
qwidget \
qworkspace \
- windowsmobile
+ windowsmobile \
+ qmetaobjectbuilder
contains(QT_CONFIG, accessibility):SUBDIRS += qaccessibility