summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpainter/qpainter.pro
blob: 77626503472265f44bc7a6c7f2fcae1fe1dae1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CONFIG += testcase

TARGET = tst_qpainter
QT += testlib
SOURCES  += tst_qpainter.cpp

contains(QT_CONFIG, qt3support): QT += qt3support

wince*|symbian: {
    addFiles.files = drawEllipse drawLine_rop_bitmap drawPixmap_rop drawPixmap_rop_bitmap task217400.png
    addFiles.path = .
    DEPLOYMENT += addFiles
}

wince* {
    DEFINES += SRCDIR=\\\".\\\"
} else:!symbian {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}

CONFIG+=insignificant_test # QTQAINFRA-428