diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-03 04:02:37 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-03 04:02:37 (GMT) |
commit | 43c15688888b433d6d3c01c0d68168fec81cf06a (patch) | |
tree | d21df2007e263276213d021a77f80474d7607304 /tests/auto/declarative/declarative.pro | |
parent | 6a8718838ab002237540fb8490063a410ee4f95d (diff) | |
download | Qt-43c15688888b433d6d3c01c0d68168fec81cf06a.zip Qt-43c15688888b433d6d3c01c0d68168fec81cf06a.tar.gz Qt-43c15688888b433d6d3c01c0d68168fec81cf06a.tar.bz2 |
Add QMetaObjectBuilder test
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index 40cdb58..0d55391 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -15,6 +15,7 @@ SUBDIRS += anchors \ qfxtextedit \ qfxtextinput \ qfxwebview \ + qmetaobjectbuilder \ qmlcontext \ qmldom \ qmlecmascript \ |