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