equal
deleted
inserted
replaced
|
1 TEMPLATE=app |
|
2 INCLUDEPATH += ../../src/location |
|
3 |
|
4 HEADERS = logfilepositionsource.h \ |
|
5 clientapplication.h |
|
6 SOURCES = logfilepositionsource.cpp \ |
|
7 clientapplication.cpp \ |
|
8 main.cpp |
|
9 |
|
10 CONFIG += console |
|
11 |
|
12 include(../examples.pri) |
|
13 |
|
14 CONFIG += mobility |
|
15 MOBILITY = location |
|
16 |
|
17 symbian|wince* { |
|
18 symbian { |
|
19 addFiles.sources = simplelog.txt |
|
20 DEPLOYMENT += addFiles |
|
21 |
|
22 TARGET.CAPABILITY = Location |
|
23 } |
|
24 wince* { |
|
25 addFiles.sources = ./simplelog.txt |
|
26 addFiles.path = . |
|
27 DEPLOYMENT += addFiles |
|
28 } |
|
29 } else { |
|
30 logfileexample.path = $$QT_MOBILITY_PREFIX/bin |
|
31 logfileexample.files = simplelog.txt |
|
32 INSTALLS += logfileexample |
|
33 } |
|
34 |