diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-15 04:07:02 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-15 04:07:02 (GMT) |
commit | e55cb23edff635061ec9537c7589b900cc65a83c (patch) | |
tree | 2e95c5d69728948b5dacf407b120e398a5eb1d46 /tests/auto/declarative/qmlengine/qmlengine.pro | |
parent | 40a8d38c68258623da468483b75c5256240d0557 (diff) | |
download | Qt-e55cb23edff635061ec9537c7589b900cc65a83c.zip Qt-e55cb23edff635061ec9537c7589b900cc65a83c.tar.gz Qt-e55cb23edff635061ec9537c7589b900cc65a83c.tar.bz2 |
Make tests compile without webkit
Diffstat (limited to 'tests/auto/declarative/qmlengine/qmlengine.pro')
-rw-r--r-- | tests/auto/declarative/qmlengine/qmlengine.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlengine/qmlengine.pro b/tests/auto/declarative/qmlengine/qmlengine.pro index 21d55a4..1a0e5f4 100644 --- a/tests/auto/declarative/qmlengine/qmlengine.pro +++ b/tests/auto/declarative/qmlengine/qmlengine.pro @@ -1,5 +1,5 @@ load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative webkit network +contains(QT_CONFIG,declarative): QT += declarative network macx:CONFIG -= app_bundle SOURCES += tst_qmlengine.cpp |