qtmobility/examples/lightmaps/lightmaps.pro
changeset 11 06b8e2af4411
parent 4 90517678cc4f
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
    15                 ../satellitedialog \
    15                 ../satellitedialog \
    16                 ../flickrdemo
    16                 ../flickrdemo
    17 
    17 
    18 include(../examples.pri)
    18 include(../examples.pri)
    19 
    19 
    20 symbian {
       
    21     TARGET.CAPABILITY = NetworkServices Location ReadUserData
       
    22     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
       
    23 }
       
    24 
       
    25 CONFIG += mobility
    20 CONFIG += mobility
    26 MOBILITY = location bearer
    21 MOBILITY = location bearer
    27 
    22 
    28 symbian: {
    23 symbian|wince* {
    29     addFiles.sources = nmealog.txt
    24     symbian {
    30     DEPLOYMENT += addFiles
    25         addFiles.sources = nmealog.txt
       
    26         DEPLOYMENT += addFiles
       
    27         TARGET.CAPABILITY = NetworkServices Location ReadUserData
       
    28         TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
       
    29     }
       
    30     wince*: {
       
    31         addFiles.sources = ./nmealog.txt
       
    32         addFiles.path = .
       
    33         DEPLOYMENT += addFiles
       
    34     }
    31 } else {
    35 } else {
    32     logfile.path = $$DESTDIR
    36     logfile.path = $$QT_MOBILITY_PREFIX/bin
    33     logfile.files = nmealog.txt
    37     logfile.files = nmealog.txt
    34     logfile.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    35     INSTALLS += logfile
    38     INSTALLS += logfile
    36     build_pass:ALL_DEPS+=install_logfile
       
    37 }
    39 }