qtmobility/examples/logfilepositionsource/logfilepositionsource.pro
changeset 11 06b8e2af4411
parent 1 2b40d63a9c3d
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
    12 include(../examples.pri)
    12 include(../examples.pri)
    13 
    13 
    14 CONFIG += mobility
    14 CONFIG += mobility
    15 MOBILITY = location
    15 MOBILITY = location
    16 
    16 
    17 symbian|wince*: {
    17 symbian|wince* {
    18     symbian: {
    18     symbian {
    19         addFiles.sources = simplelog.txt
    19         addFiles.sources = simplelog.txt
    20         DEPLOYMENT += addFiles
    20         DEPLOYMENT += addFiles
    21     
    21     
    22         TARGET.CAPABILITY = Location
    22         TARGET.CAPABILITY = Location
    23     }
    23     }
    24     wince*: {
    24     wince* {
    25         addFiles.sources = ./simplelog.txt
    25         addFiles.sources = ./simplelog.txt
    26         addFiles.path = .
    26         addFiles.path = .
    27         DEPLOYMENT += addFiles
    27         DEPLOYMENT += addFiles
    28     }
    28     }
    29 } else {
    29 } else {
    30     logfileexample.path = $$DESTDIR
    30     logfileexample.path = $$QT_MOBILITY_PREFIX/bin
    31     logfileexample.files = simplelog.txt
    31     logfileexample.files = simplelog.txt
    32     logfileexample.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    33     INSTALLS += logfileexample
    32     INSTALLS += logfileexample
    34     build_pass:ALL_DEPS+=install_logfileexample
       
    35 }
    33 }
    36 
    34