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

SOURCES += tst_qdeclarativeengine.cpp 

!symbian: {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}

CONFIG += parallel_test

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