diff -r 000000000000 -r 876b1a06bc25 examples/logfilepositionsource/logfilepositionsource.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/logfilepositionsource/logfilepositionsource.pro Wed Aug 25 15:49:42 2010 +0300 @@ -0,0 +1,34 @@ +TEMPLATE=app +INCLUDEPATH += ../../src/location + +HEADERS = logfilepositionsource.h \ + clientapplication.h +SOURCES = logfilepositionsource.cpp \ + clientapplication.cpp \ + main.cpp + +CONFIG += console + +include(../examples.pri) + +CONFIG += mobility +MOBILITY = location + +symbian|wince* { + symbian { + addFiles.sources = simplelog.txt + DEPLOYMENT += addFiles + + TARGET.CAPABILITY = Location + } + wince* { + addFiles.sources = ./simplelog.txt + addFiles.path = . + DEPLOYMENT += addFiles + } +} else { + logfileexample.path = $$QT_MOBILITY_PREFIX/bin + logfileexample.files = simplelog.txt + INSTALLS += logfileexample +} +