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

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

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

CONFIG += parallel_test

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0