aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/parserstress/parserstress.pro
blob: cbc5e181818a68c7b0b2a8ecf7ed648ed6d22494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
macx:CONFIG -= app_bundle

SOURCES += tst_parserstress.cpp

!isEmpty(QT.script.sources) {
    symbian: {
        importFiles.files = $$QT.script.sources\\..\\..\\tests\\auto\\qscriptjstestsuite\\tests
        importFiles.path = .
        DEPLOYMENT += importFiles
        DEFINES += TESTDATADIR=tests
        DEFINES += SRCDIR=.
    } else {
        DEFINES += TESTDATADIR=\\\"$$QT.script.sources/../../tests/auto/qscriptjstestsuite/tests\\\"
        DEFINES += SRCDIR=\\\"$$PWD\\\"
    }
}

CONFIG += parallel_test