summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_core/declarative_core.pro
blob: 34f54b2a2ec1e6292d34e7c3e956ade5d3374b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# QML tests in this directory must not depend on an OpenGL context.
# QML tests that do require an OpenGL context must go in ../../declarative_ui.

TEMPLATE = app
TARGET = tst_declarative_core
CONFIG += qmltestcase
SOURCES += main.cpp

QT += location quick

OTHER_FILES = *.qml *.js
TESTDATA = $$OTHER_FILES
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0