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

QT += testlib
contains(QT_CONFIG,declarative): QT += declarative declarative-private
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativepropertymap.cpp

CONFIG += parallel_test

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0