qtmobility/examples/weatherinfo/weatherinfo.pro
changeset 11 06b8e2af4411
parent 4 90517678cc4f
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
    20                 ../../src/location \
    20                 ../../src/location \
    21                 ../satellitedialog \
    21                 ../satellitedialog \
    22                 ../flickrdemo
    22                 ../flickrdemo
    23 
    23 
    24 symbian {
    24 symbian {
    25     TARGET.CAPABILITY = NetworkServices Location ReadUserData
    25     symbian {
       
    26         addFiles.sources = nmealog.txt
       
    27         DEPLOYMENT += addFiles
       
    28         TARGET.CAPABILITY += Location \
       
    29                 NetworkServices \
       
    30                 ReadUserData
       
    31     }
       
    32     wince* {
       
    33         addFiles.sources = ./nmealog.txt
       
    34         addFiles.path = .
       
    35         DEPLOYMENT += addFiles
       
    36     }
       
    37 } else {
       
    38     logfile.path = $$QT_MOBILITY_PREFIX/bin
       
    39     logfile.files = nmealog.txt
       
    40     INSTALLS += logfile
    26 }
    41 }
    27 
       
    28 symbian: {
       
    29     addFiles.sources = nmealog.txt
       
    30     DEPLOYMENT += addFiles
       
    31 } else {
       
    32     logfile.path = $$DESTDIR
       
    33     logfile.files = nmealog.txt
       
    34     logfile.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    35     INSTALLS += logfile
       
    36     build_pass:ALL_DEPS+=install_logfile
       
    37 }