summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-11-30 17:57:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-01 08:26:00 +0100
commit1f2f1850fd789f918c197fbfe882d5d42470e9a1 (patch)
treec4f87700c5f8193b302db988caff6df1cb83dd28
parent37072a303aa9c03321db1e802624501024830eb0 (diff)
Fix tst_qdeclarative build
Change-Id: Ifb326e09a5254d1518d7d18c1994b36c349bdeb6 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro b/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro
index 1c1a5fac..cf38fa78 100644
--- a/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro
+++ b/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro
@@ -9,7 +9,7 @@ SOURCES += ../shared/debugutil.cpp
INCLUDEPATH += $$PWD/../../../../src/imports/webview
-QT += testlib network webkit widgets declarative declarative-private core-private widgets-private gui-private
+QT += testlib network webkitwidgets widgets declarative declarative-private core-private widgets-private gui-private
exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc