examples/lightmaps/lightmaps.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TEMPLATE = app
       
     2 TARGET = lightmaps_with_location
       
     3 
       
     4 HEADERS = ../satellitedialog/satellitedialog.h \
       
     5             ../flickrdemo/connectivityhelper.h
       
     6 SOURCES = lightmaps.cpp \
       
     7             ../satellitedialog/satellitedialog.cpp \
       
     8             ../flickrdemo/connectivityhelper.cpp
       
     9 
       
    10 QT += network
       
    11 
       
    12 INCLUDEPATH += ../../src/global \
       
    13                 ../../src/bearer \
       
    14                 ../../src/location \
       
    15                 ../satellitedialog \
       
    16                 ../flickrdemo
       
    17 
       
    18 include(../examples.pri)
       
    19 
       
    20 CONFIG += mobility
       
    21 MOBILITY = location bearer
       
    22 
       
    23 symbian|wince* {
       
    24     symbian {
       
    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     }
       
    35 } else {
       
    36     logfile.path = $$QT_MOBILITY_PREFIX/bin
       
    37     logfile.files = nmealog.txt
       
    38     INSTALLS += logfile
       
    39 }