1# QML tests in this directory must not depend on an OpenGL context.
2
3TEMPLATE = app
4TARGET = tst_declarative_geoshape
5CONFIG += qmltestcase
6SOURCES += main.cpp
7
8QT += positioning quick
9
10OTHER_FILES = *.qml
11TESTDATA = $$OTHER_FILES
12