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