aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-10-10 13:58:00 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 09:40:34 +0200
commit698c91d491023be6e609f06879b3b8e28ce687e9 (patch)
treeb7001464275aa295f7f9a2dd963e2033c57cf5f7 /qt.pro
parentff4fc6b9c218a45074122ceae17f98a10162e3fb (diff)
QtDeclarative no longer depends on QtSvg
Change-Id: Iaaaa634beef234d9b4d0bed56c4d4cab9459fbaa Reviewed-on: http://codereview.qt-project.org/6280 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index 3a00da46..42f609c2 100644
--- a/qt.pro
+++ b/qt.pro
@@ -21,7 +21,7 @@ module_qtscript.depends = module_qtbase
module_qtdeclarative.subdir = $$IN_PWD/qtdeclarative
module_qtdeclarative.target = module-qtdeclarative
-module_qtdeclarative.depends = module_qtbase module_qtsvg module_qtxmlpatterns
+module_qtdeclarative.depends = module_qtbase module_qtxmlpatterns
module_qtwebkit.file = qtwebkit.pri
module_qtwebkit.makefile = Makefile.qtwebkit