summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro
blob: e1f28025a354831e036bb606a17f2a1e50979322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qdeclarativeengine

QT += testlib
contains(QT_CONFIG,quick1): QT += quick1 network
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativeengine.cpp 

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