1TEMPLATE = app
2CONFIG+=testcase
3TARGET=tst_qgeoareamonitor
4
5SOURCES += tst_qgeoareamonitor.cpp \
6           logfilepositionsource.cpp
7
8HEADERS += logfilepositionsource.h
9
10OTHER_FILES += *.txt
11
12CONFIG -= app_bundle
13
14QT += positioning testlib
15