diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-06-29 12:00:38 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-06-29 12:00:38 (GMT) |
commit | b14a08fd363defbff255b31b8d5482959dc53b4d (patch) | |
tree | be462389f73acfeb1c94862a08465f34d0b1d8d9 /tests/auto/auto.pro | |
parent | fea5e5efce43a2ff5e65a63329d7c49f4f8610f9 (diff) | |
download | Qt-b14a08fd363defbff255b31b8d5482959dc53b4d.zip Qt-b14a08fd363defbff255b31b8d5482959dc53b4d.tar.gz Qt-b14a08fd363defbff255b31b8d5482959dc53b4d.tar.bz2 |
Enable the new QWebHistory autotest, coming from src/3rdparty/webkit
Reviewed-by: Trust me
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 9b62116..fb13abe 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -449,6 +449,7 @@ contains(QT_CONFIG, webkit): SUBDIRS += \ qwebframe \ qwebpage \ qwebhistoryinterface \ - qwebelement + qwebelement \ + qwebhistory SUBDIRS += math3d |