File: qgeocodingmanager.pro

package info (click to toggle)
qtlocation-opensource-src 5.11.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,404 kB
  • sloc: cpp: 84,339; xml: 2,739; java: 423; ansic: 246; makefile: 40
file content (12 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qgeocodingmanager

HEADERS += ../utils/qlocationtestutils_p.h \
    tst_qgeocodingmanager.h

SOURCES += tst_qgeocodingmanager.cpp \
           ../utils/qlocationtestutils.cpp

CONFIG -= app_bundle

QT += location testlib