summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpainter/qpainter.pro
blob: 90a801ecb3ece1850f169c827fce76cb632df5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qpainter

QT += testlib
!contains(QT_CONFIG, no-widgets): QT += widgets widgets-private
!contains(QT_CONFIG, no-widgets):!wince*: QT += printsupport

SOURCES  += tst_qpainter.cpp

TESTDATA += drawEllipse/* drawLine_rop_bitmap/* drawPixmap_rop/* drawPixmap_rop_bitmap/* \
            task217400.png
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0