diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-02-05 01:44:55 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-02-05 01:44:55 (GMT) |
commit | 591354d2fafa055a72b4fe8f45e86b39909fad40 (patch) | |
tree | 32f884321885a97dffeab188dc03a051ceff6ef4 /tests/auto/declarative/qmlgraphicswebview | |
parent | fac021ba418c1082dd8cab4974b8425a32fd0f6a (diff) | |
download | Qt-591354d2fafa055a72b4fe8f45e86b39909fad40.zip Qt-591354d2fafa055a72b4fe8f45e86b39909fad40.tar.gz Qt-591354d2fafa055a72b4fe8f45e86b39909fad40.tar.bz2 |
Test fixes.
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview')
-rw-r--r-- | tests/auto/declarative/qmlgraphicswebview/qmlgraphicswebview.pro | 1 |
1 files changed, 1 insertions, 0 deletions
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 |