2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2011-10-25 01:38:02 +00:00
|
|
|
TARGET = tst_qpainter
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2012-06-05 11:58:15 +00:00
|
|
|
QT += testlib
|
2012-07-06 08:48:06 +00:00
|
|
|
!contains(QT_CONFIG, no-widgets): QT += widgets widgets-private
|
|
|
|
!contains(QT_CONFIG, no-widgets):!wince*: QT += printsupport
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qpainter.cpp
|
2012-01-16 23:41:17 +00:00
|
|
|
|
|
|
|
TESTDATA += drawEllipse/* drawLine_rop_bitmap/* drawPixmap_rop/* drawPixmap_rop_bitmap/* \
|
|
|
|
task217400.png
|