changeset 0 | 876b1a06bc25 |
-1:000000000000 | 0:876b1a06bc25 |
---|---|
1 TEMPLATE = app |
|
2 |
|
3 SOURCES += satellitedialog.cpp main.cpp |
|
4 HEADERS += satellitedialog.h |
|
5 |
|
6 INCLUDEPATH += ../../src/location \ |
|
7 ../../src/global |
|
8 |
|
9 include(../examples.pri) |
|
10 |
|
11 CONFIG += mobility |
|
12 MOBILITY += location |
|
13 |
|
14 symbian: { |
|
15 TARGET.CAPABILITY = Location |
|
16 } |
|
17 |