diff options
author | Sami Merilä <sami.merila@nokia.com> | 2009-11-03 14:03:10 (GMT) |
---|---|---|
committer | Sami Merilä <sami.merila@nokia.com> | 2009-11-03 14:03:10 (GMT) |
commit | 03c5d276c6ffc16c43ac554aa2e22b5824c35c95 (patch) | |
tree | a399c4ee3864ea92d665339e9eba6ab9be5bad79 /src/s60installs | |
parent | 95f7076937065a78029fc50d506fba58f8c6199c (diff) | |
download | Qt-03c5d276c6ffc16c43ac554aa2e22b5824c35c95.zip Qt-03c5d276c6ffc16c43ac554aa2e22b5824c35c95.tar.gz Qt-03c5d276c6ffc16c43ac554aa2e22b5824c35c95.tar.bz2 |
Inclusion of QtOpenVg overwrites all other modules in s60install.pro
The pro-file is missing '+' when it is adding QtOpenVg support for sis
file.
Task-number: None
Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/s60installs.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index 9c53167..90c9f27 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -107,7 +107,7 @@ symbian: { graphicssystems_plugins.path = c:$$QT_PLUGINS_BASE_DIR/graphicssystems contains(QT_CONFIG, openvg) { - qtlibraries.sources = QtOpenVG.dll + qtlibraries.sources += QtOpenVG.dll graphicssystems_plugins.sources += qvggraphicssystem.dll } |