summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro
blob: bb129e377ed66634affb5aaf22d22176eaf02f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qdeclarativeerror

QT += testlib
contains(QT_CONFIG,quick1): QT += quick1
SOURCES += tst_qdeclarativeerror.cpp
macx:CONFIG -= app_bundle

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0