summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-02-05 01:44:55 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-02-05 01:44:55 (GMT)
commit591354d2fafa055a72b4fe8f45e86b39909fad40 (patch)
tree32f884321885a97dffeab188dc03a051ceff6ef4 /tests/auto/declarative
parentfac021ba418c1082dd8cab4974b8425a32fd0f6a (diff)
downloadQt-591354d2fafa055a72b4fe8f45e86b39909fad40.zip
Qt-591354d2fafa055a72b4fe8f45e86b39909fad40.tar.gz
Qt-591354d2fafa055a72b4fe8f45e86b39909fad40.tar.bz2
Test fixes.
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/declarative.pro2
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro1
-rw-r--r--tests/auto/declarative/sql/sql.pro2
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 0c4dc80..bb95826 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -6,7 +6,7 @@ SUBDIRS += \
behaviors \ # Cover
datetimeformatter \ # Cover
examples \
- graphicswidgets \ # Cover
+ graphicswidgets \ # Cover
layouts \ # Cover
numberformatter \ # Cover
parserstress \ # Cover
diff --git a/tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro b/tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro
index c81912b..a590616 100644
--- a/tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro
+++ b/tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro
@@ -1,5 +1,6 @@
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
+contains(QT_CONFIG,webkit): QT += webkit
macx:CONFIG -= app_bundle
SOURCES += tst_qmlgraphicswebview.cpp testtypes.cpp
diff --git a/tests/auto/declarative/sql/sql.pro b/tests/auto/declarative/sql/sql.pro
index 875e9d8..4217eac 100644
--- a/tests/auto/declarative/sql/sql.pro
+++ b/tests/auto/declarative/sql/sql.pro
@@ -1,6 +1,6 @@
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
-QT += script
+QT += sql script
macx:CONFIG -= app_bundle
SOURCES += tst_sql.cpp