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

SOURCES += tst_qdeclarativepath.cpp

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

CONFIG += parallel_test

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