aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanchors/qquickanchors.pro
blob: b2e1c9df360aa040331595756fd53586a492d971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = tst_qquickanchors
CONFIG += testcase
SOURCES += tst_qquickanchors.cpp

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

macx:CONFIG -= app_bundle

TESTDATA = data/*

CONFIG += parallel_test

QT += core-private gui-private qml-private quick-private v8-private testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0