Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / parserstress / parserstress.pro
1 load(qttest_p4)
2 contains(QT_CONFIG,declarative): QT += declarative
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_parserstress.cpp
6
7 symbian: {
8     importFiles.files = ..\\..\\qscriptjstestsuite\\tests
9     importFiles.path = .
10     DEPLOYMENT += importFiles
11 } else {
12     DEFINES += SRCDIR=\\\"$$PWD\\\"
13 }
14
15 CONFIG += parallel_test
16