src/s60installs/deviceconfiguration/bld.inf
changeset 18 2f34d5167611
child 19 fcece45ef507
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 *
       
     5 * Description:  Build information file for Qt configuration
       
     6 *
       
     7 */
       
     8 
       
     9 #include <platform_paths.hrh>
       
    10 
       
    11 PRJ_PLATFORMS
       
    12 TOOLS2
       
    13 
       
    14 PRJ_EXPORTS
       
    15 qtconfig.xml /epoc32/tools/makefile_templates/qt/qtconfig.xml
       
    16 qtconfig.flm /epoc32/tools/makefile_templates/qt/qtconfig.flm
       
    17 qtconfig.mk /epoc32/tools/makefile_templates/qt/qtconfig.mk
       
    18 qtconfig.meta /epoc32/tools/makefile_templates/qt/qtconfig.meta
       
    19 
       
    20 ../../../mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm /epoc32/tools/makefile_templates/qt/
       
    21 ../../../mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm /epoc32/tools/makefile_templates/qt/
       
    22 ../../../mkspecs/symbian-sbsv2/flm/qt/qmake_post_link.flm /epoc32/tools/makefile_templates/qt/
       
    23 ../../../mkspecs/symbian-sbsv2/flm/qt/qmake_store_build.flm /epoc32/tools/makefile_templates/qt/
       
    24 ../../../mkspecs/symbian-sbsv2/flm/qt/qt.xml /epoc32/tools/makefile_templates/qt/
       
    25 ../../../mkspecs/symbian-sbsv2/flm/qt/ts2qm.flm /epoc32/tools/makefile_templates/qt/
       
    26 
       
    27 #ifdef SBSV2
       
    28 wrappers/qmake.bat  /epoc32/tools/qmake.bat
       
    29 wrappers/qmake      /epoc32/tools/qmake
       
    30 #else
       
    31 wrappers/qmake_abld.bat  /epoc32/tools/qmake.bat
       
    32 wrappers/qmake_abld      /epoc32/tools/qmake
       
    33 #endif
       
    34 wrappers/moc.bat    /epoc32/tools/moc.bat
       
    35 wrappers/moc        /epoc32/tools/moc
       
    36 wrappers/rcc.bat    /epoc32/tools/rcc.bat
       
    37 wrappers/rcc        /epoc32/tools/rcc
       
    38 wrappers/uic.bat    /epoc32/tools/uic.bat
       
    39 wrappers/uic        /epoc32/tools/uic
       
    40 wrappers/qt.conf    /epoc32/tools/qt/qt.conf
       
    41 wrappers/lrelease.bat /epoc32/tools/lrelease.bat
       
    42 wrappers/lrelease     /epoc32/tools/lrelease
       
    43 
       
    44 /* export platform specific configuration */
       
    45 
       
    46 platform_paths.prf /epoc32/include/
       
    47 data_caging_paths.prf /epoc32/include/
       
    48 environment.prf /epoc32/tools/qt/mkspecs/features/
       
    49 
       
    50 //For UDA image
       
    51 ../../../confml/qt.confml                  CONFML_EXPORT_PATH(qt.confml,uda_content)
       
    52 ../../../implml/qt_copy.implml             CRML_EXPORT_PATH(qt_copy.implml,uda_content)
       
    53 ../../../content/apps/qt.sisx               CRML_EXPORT_PATH(../content/sis/,uda_content)
       
    54 ../../../content/apps/qt_stub.sis          /epoc32/data/z/system/install/qt_stub.sis
       
    55 
       
    56 PRJ_MMPFILES
       
    57 
       
    58 
       
    59 PRJ_TESTMMPFILES
       
    60 
       
    61 
       
    62 PRJ_EXTENSIONS
       
    63 START EXTENSION qt/qtconfig
       
    64 OPTION QT_ROOT ..
       
    65 OPTION OPTIONS -opensource -confirm-license -openvg -script -no-scripttools -webkit -make make -graphicssystem openvg -no-phonon-backend -usedeffiles -dont-process
       
    66 END