blob: 670d0cd6a551bfca2afbfd0b3f0b0b848f92543d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = app
CONFIG+=testcase
TARGET=tst_qgeomaneuver
# Input
HEADERS += ../utils/qlocationtestutils_p.h \
tst_qgeomaneuver.h
SOURCES += tst_qgeomaneuver.cpp \
../utils/qlocationtestutils.cpp
QT += location testlib
|