Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/s60installs/s60installs.pro

    r561 r651  
    7979    }
    8080
    81     DEPLOYMENT += qtresources qtlibraries imageformats_plugins codecs_plugins graphicssystems_plugins
     81    # Support backup & restore for Qt libraries
     82    qtbackup.sources = backup_registration.xml
     83    qtbackup.path = c:/private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,)
     84
     85    DEPLOYMENT += qtresources qtlibraries qtbackup imageformats_plugins codecs_plugins graphicssystems_plugins
    8286
    8387    contains(QT_CONFIG, svg): {
     
    111115    }
    112116
     117    contains(QT_CONFIG, multimedia) {
     118        qtlibraries.sources += QtMultimedia.dll
     119    }
     120
    113121    BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)"
    114122    BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CORE_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)"
    115     PLUGIN_STUBS = $$files(qmakepluginstubs/*)
    116     for(STUB, PLUGIN_STUBS) {
    117         STUB_FILENAME = $$basename(STUB)
    118         BLD_INF_RULES.prj_exports += "qmakepluginstubs/$${STUB_FILENAME} /epoc32/data/qt/qtlibspluginstubs/$${STUB_FILENAME}"
    119     }
    120123}
Note: See TracChangeset for help on using the changeset viewer.