From 591354d2fafa055a72b4fe8f45e86b39909fad40 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 5 Feb 2010 11:44:55 +1000 Subject: Test fixes. --- tests/auto/declarative/declarative.pro | 2 +- tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro | 1 + tests/auto/declarative/sql/sql.pro | 2 +- 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 -- cgit v0.12