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

SOURCES += tst_qdeclarativeengine.cpp 

# Define SRCDIR equal to test's source directory
symbian: {
    DEFINES += SRCDIR=\".\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}

CONFIG += parallel_test