summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanchors/qdeclarativeanchors.pro
blob: 912676d0f7f8d3f013d889e0c5e4cf7fdfab88c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qdeclarativeanchors

QT += testlib
contains(QT_CONFIG,declarative): QT += declarative declarative-private widgets widgets-private gui gui-private core-private
SOURCES += tst_qdeclarativeanchors.cpp
macx:CONFIG -= app_bundle

include(../shared/qdeclarativedatatest.pri)

CONFIG += parallel_test

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0