equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 CONFIG+=testcase |
|
3 TARGET=tst_qgeopositioninfosource |
|
4 |
|
5 include (../../../common.pri) |
|
6 |
|
7 INCLUDEPATH += ../../../src/location |
|
8 DEPENDPATH += ../../../buid/Debug/bin |
|
9 |
|
10 # Input |
|
11 HEADERS += ../qlocationtestutils_p.h \ |
|
12 ../testqgeopositioninfosource_p.h |
|
13 SOURCES += ../qlocationtestutils.cpp \ |
|
14 ../testqgeopositioninfosource.cpp \ |
|
15 tst_qgeopositioninfosource.cpp |
|
16 |
|
17 CONFIG += mobility |
|
18 MOBILITY = location |
|
19 |
|
20 symbian { |
|
21 TARGET.CAPABILITY = ALL -TCB |
|
22 } |
|
23 |