summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qmlvisual.pro
blob: 851aa20e38592db6f138a38e0fe104288b3ec671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
CONFIG += testcase
testcase.timeout = 600 # this test is slow
TARGET = tst_qmlvisual

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

SOURCES += tst_qmlvisual.cpp

symbian: {
    importFiles.path = .
    importFiles.files = animation \
    fillmode \
    focusscope \
    ListView \
    qdeclarativeborderimage \
    qdeclarativeflickable \
    qdeclarativeflipable \
    qdeclarativegridview \
    qdeclarativemousearea \
    qdeclarativeparticles \
    qdeclarativepathview \
    qdeclarativepositioners \
    qdeclarativesmoothedanimation \
    qdeclarativespringanimation \
    qdeclarativetext \
    qdeclarativetextedit \
    qdeclarativetextinput \
    rect \
    repeater \
    selftest_noimages \
    webview
    DEPLOYMENT += importFiles
} else {
    DEFINES += QT_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
}

CONFIG += parallel_test

CONFIG+=insignificant_test # QTQAINFRA-428