summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-02-01 10:02:03 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2012-02-01 04:52:58 +0100
commit5e970b84663f5398eb51d4575856d1a3c44df953 (patch)
treecd70778d3eb518689aba31fadd3d8bcf92d74d08 /tests/auto/declarative/declarative.pro
parentf973bb1730e1138f9c745d142c1f2f5d9c53b456 (diff)
Fix assert when binding to property variant.
Remove workarounds for the QVariant meta-type and use it directly and remove QMetaObjectBuilder entirely and use the up to date copy in qtbase. Change-Id: I1ad601906d6b172adc7ce7bb63af28cd578eb5d7 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r--tests/auto/declarative/declarative.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 7656c79a..ca80dce5 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -1,8 +1,7 @@
TEMPLATE = subdirs
!symbian: {
SUBDIRS += \
- qdeclarativemetatype \
- qmetaobjectbuilder
+ qdeclarativemetatype
}
SUBDIRS += \