1TEMPLATE = app 2CONFIG += testcase 3TARGET = tst_qgeocodereply 4 5HEADERS += ../utils/qlocationtestutils_p.h \ 6 tst_qgeocodereply.h 7SOURCES += tst_qgeocodereply.cpp \ 8 ../utils/qlocationtestutils.cpp 9 10QT += location testlib 11
1TEMPLATE = app 2CONFIG += testcase 3TARGET = tst_qgeocodereply 4 5HEADERS += ../utils/qlocationtestutils_p.h \ 6 tst_qgeocodereply.h 7SOURCES += tst_qgeocodereply.cpp \ 8 ../utils/qlocationtestutils.cpp 9 10QT += location testlib 11