aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser/qqmlparser.pro
blob: 7f117b31578357052867393c7536b9492c1c270b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qqmlparser
QT += qml-private testlib
macx:CONFIG -= app_bundle

SOURCES += tst_qqmlparser.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"

cross_compile: DEFINES += QTEST_CROSS_COMPILED

TESTDATA = data/*

include (../../shared/util.pri)
include (../../shared/astdump.pri)