summaryrefslogtreecommitdiff
path: root/tests/plugins/declarativetestplugin/declarativetestplugin.pro
blob: c4c82e2e6cfec56c1f2e3fa44373c66f2c8147d7 (plain)
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
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


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

IMPORT_FILES = \
    qmldir

load(qml_plugin)
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

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