| changeset 1 | 2b40d63a9c3d |
| 0:cfcbf08528c4 | 1:2b40d63a9c3d |
|---|---|
1 TEMPLATE = app |
|
2 CONFIG+=testcase |
|
3 TARGET=tst_qgeosatelliteinfosource |
|
4 |
|
5 include (../../../common.pri) |
|
6 |
|
7 INCLUDEPATH += ../../../src/location |
|
8 |
|
9 # Input |
|
10 SOURCES += tst_qgeosatelliteinfosource.cpp \ |
|
11 ../testqgeosatelliteinfosource.cpp \ |
|
12 ../qlocationtestutils.cpp |
|
13 HEADERS += ../testqgeosatelliteinfosource_p.h \ |
|
14 ../qlocationtestutils_p.h |
|
15 |
|
16 CONFIG += mobility |
|
17 MOBILITY = location |
|
18 |
|
19 symbian { |
|
20 TARGET.CAPABILITY = ALL -TCB |
|
21 } |
|
22 |