File: declarativetestplugin.pro

package info (click to toggle)
qtlocation-opensource-src 5.15.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 33,332 kB
  • sloc: cpp: 169,981; ansic: 3,910; xml: 2,791; java: 477; javascript: 190; sql: 52; makefile: 38
file content (27 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
CXX_MODULE = location
TARGET  = declarative_location_test
TARGETPATH = QtLocation/Test

QT += gui-private qml quick location testlib

INCLUDEPATH += ../../../src/imports/location
INCLUDEPATH += ../../../src/location

HEADERS += \
    qdeclarativepinchgenerator_p.h \
    qdeclarativelocationtestmodel_p.h \
    testhelper.h

SOURCES += \
    locationtest.cpp \
    qdeclarativepinchgenerator.cpp \
    qdeclarativelocationtestmodel.cpp

IMPORT_FILES = \
    qmldir

load(qml_plugin)


# must be after load(qml_plugin)
include(../imports.pri)