From e128abf27b5668bfce7ac471ed283d1fba007499 Mon Sep 17 00:00:00 2001 From: Espen Riskedal Date: Tue, 29 Sep 2009 14:07:29 +0200 Subject: make sure QtWebKit and QtScript are included in the .sis file Task-number: QTBUG-4613 Reviewed-by: Aleksandar Babic --- src/s60installs/s60installs.pro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index 62661ed..2bf64e3 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -19,6 +19,7 @@ symbian: { QtXml.dll \ QtGui.dll \ QtNetwork.dll \ + QtScript.dll \ QtTest.dll \ QtSql.dll @@ -86,6 +87,10 @@ symbian: { qtlibraries.sources += Phonon.dll } + contains(QT_CONFIG, webkit): { + qtlibraries.sources += QtWebKit.dll + } + graphicssystems_plugins.path = $$QT_PLUGINS_BASE_DIR/graphicssystems contains(QT_CONFIG, openvg) { qtlibraries.sources = QtOpenVG.dll -- cgit v0.12