diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-04-27 13:25:12 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-04-27 13:25:12 (GMT) |
commit | 2229bbed83dc002aeba56cf21610204c3ea0e54f (patch) | |
tree | f05417af269ede11b0d1c5177833566580ab400e /src | |
parent | a10e5b8102abde1f3edff44f24d8fcdcab859393 (diff) | |
download | Qt-2229bbed83dc002aeba56cf21610204c3ea0e54f.zip Qt-2229bbed83dc002aeba56cf21610204c3ea0e54f.tar.gz Qt-2229bbed83dc002aeba56cf21610204c3ea0e54f.tar.bz2 |
Qt lib dependencies had to be revisited as there were issues with some
components when working on Tube HW.
Diffstat (limited to 'src')
-rw-r--r-- | src/s60installs/qt_libs.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/s60installs/qt_libs.pro b/src/s60installs/qt_libs.pro index 546c5b6..2ba8b79 100644 --- a/src/s60installs/qt_libs.pro +++ b/src/s60installs/qt_libs.pro @@ -42,11 +42,9 @@ symbian: { #ENDIF qtlibraries.path = /sys/bin - qtlibraries.depends = "(0x20009a80), 1, 5, 0, {\"Symbian OS PIPS\"}" + qtlibraries.depends = "(0x20013851), 1, 5, 1, {\"PIPS Installer\"}" contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) { - qtlibraries.depends += "(0x200110CB), 1, 5, 0, {\"Open C LIBSSL Common\"}" - qtlibraries.depends += "(0x10281f34), 1, 5, 0, {\"Open C LIBSSL\"}" - qtlibraries.depends += "(0x2001B28B), 1, 5, 0, {\"OpenC LIBZ Support Files\"}" + qtlibraries.depends += "(0x200110CB), 1, 5, 1, {\"Open C LIBSSL Common\"}" } contains(QT_CONFIG, stl) { qtlibraries.depends += "(0x2000F866), 1, 0, 0, {\"Standard C++ Library Common\"}" |