summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_core/declarative_core.pro
blob: f6c7a11a440df309ea66fa8c55e382deb8488014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

CONFIG -= app_bundle

QT += location quick

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