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

SOURCES += tst_qdeclarativecomponent.cpp 

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

CONFIG += parallel_test

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