examples/weatherinfo/weatherinfo.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TEMPLATE = app
       
     2 TARGET = weatherinfo_with_location
       
     3 
       
     4 HEADERS = ../satellitedialog/satellitedialog.h \
       
     5             ../flickrdemo/connectivityhelper.h
       
     6 SOURCES = weatherinfo.cpp \
       
     7             ../satellitedialog/satellitedialog.cpp \
       
     8             ../flickrdemo/connectivityhelper.cpp
       
     9 
       
    10 RESOURCES = weatherinfo.qrc
       
    11 QT += network svg
       
    12 
       
    13 include(../examples.pri)
       
    14 
       
    15 CONFIG += mobility
       
    16 MOBILITY = location bearer
       
    17 
       
    18 INCLUDEPATH += ../../src/global \
       
    19                 ../../src/bearer \
       
    20                 ../../src/location \
       
    21                 ../satellitedialog \
       
    22                 ../flickrdemo
       
    23 
       
    24 symbian {
       
    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
       
    41 }