summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpainter/qpainter.pro
blob: ec7e42981d6e8a125e8343826702b70f86f74ae6 (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\\\"
}

macx:CONFIG+=insignificant_test # QTQAINFRA-574