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

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

SOURCES += tst_qdeclarativesystempalette.cpp

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

CONFIG += parallel_test

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0