Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/mkspecs/features/symbian/qt.prf

    r561 r769  
    2323
    2424# Add dependency to Qt package to all other projects besides Qt libs.
    25 # Note: Qt libs with full capabilities has UID3 of 0x2001E61C,
     25# Note: Qt libs package with full capabilities has UID3 of 0x2001E61C,
    2626#       while self-signed version typically has temporary UID3 of 0xE001E61C.
    27 contains(CONFIG, qt):!contains(TARGET.UID3, 0x2001E61C):!contains(TARGET.UID3, 0xE001E61C) {
    28     default_deployment.pkg_prerules += \
     27contains(CONFIG, qt):!contains(TARGET.UID3, 0x2001E61C):!contains(TARGET.UID3, 0xE001E61C):isEmpty(QT_LIBINFIX) {
     28    pkg_depends_qt += \
    2929        "; Default dependency to Qt libraries" \
    3030        "(0x2001E61C), $${QT_MAJOR_VERSION}, $${QT_MINOR_VERSION}, $${QT_PATCH_VERSION},  {\"Qt\"}"
     
    3232    # Projects linking to webkit need dependency to webkit
    3333    contains(QT, webkit): {
    34         default_deployment.pkg_prerules += \
     34        # these can be overridden by mkspecs/modules/qt_webkit.pri
     35        isEmpty(QT_WEBKIT_MAJOR_VERSION) {
     36            QT_WEBKIT_MAJOR_VERSION = $${QT_MAJOR_VERSION}
     37            QT_WEBKIT_MINOR_VERSION = $${QT_MINOR_VERSION}
     38            QT_WEBKIT_PATCH_VERSION = $${QT_PATCH_VERSION}
     39        }
     40
     41        pkg_depends_webkit += \
    3542            "; Dependency to Qt Webkit" \
    36             "(0x200267C2), $${QT_MAJOR_VERSION}, $${QT_MINOR_VERSION}, $${QT_PATCH_VERSION},  {\"QtWebKit\"}"
     43            "(0x200267C2), $${QT_WEBKIT_MAJOR_VERSION}, $${QT_WEBKIT_MINOR_VERSION}, $${QT_WEBKIT_PATCH_VERSION},  {\"QtWebKit\"}"
     44    } else {
     45        default_deployment.pkg_prerules -= pkg_depends_webkit
    3746    }
     47} else {
     48    default_deployment.pkg_prerules -= pkg_depends_webkit pkg_depends_qt
    3849}
    3950
Note: See TracChangeset for help on using the changeset viewer.