1CXX_MODULE = location
2TARGET  = declarative_location_test
3TARGETPATH = QtLocation/Test
4
5QT += gui-private qml quick location testlib
6
7INCLUDEPATH += ../../../src/imports/location
8INCLUDEPATH += ../../../src/location
9
10HEADERS += \
11    qdeclarativepinchgenerator_p.h \
12    qdeclarativelocationtestmodel_p.h \
13    testhelper.h
14
15SOURCES += \
16    locationtest.cpp \
17    qdeclarativepinchgenerator.cpp \
18    qdeclarativelocationtestmodel.cpp
19
20IMPORT_FILES = \
21    qmldir
22
23load(qml_plugin)
24
25
26# must be after load(qml_plugin)
27include(../imports.pri)
28