summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpainter/qpainter.pro
blob: c8446d1e05a18447fde2f048711e0ae2acdb00ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)
contains(QT_CONFIG, qt3support): QT += qt3support
SOURCES  += tst_qpainter.cpp
wince*|symbian*: {
    addFiles.sources = drawEllipse drawLine_rop_bitmap drawPixmap_rop drawPixmap_rop_bitmap task217400.png
    addFiles.path = .
    DEPLOYMENT += addFiles
}

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