aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeexpression/qdeclarativeexpression.pro
blob: 8659645d3ee06a04a0c7a8bf446e0558522f35d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative gui
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativeexpression.cpp

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

CONFIG += parallel_test

QT += core-private gui-private declarative-private