summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpainter
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-09-14 07:33:45 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-09-14 07:33:45 (GMT)
commit285799f27444fc7898641c0098e90d95c5e605e6 (patch)
tree391f0cdcac2cc5ee81a12879129b43b1ba46c014 /tests/auto/qpainter
parent9df51abfffddadd49402d53d1db4008a90cbac3c (diff)
downloadQt-285799f27444fc7898641c0098e90d95c5e605e6.zip
Qt-285799f27444fc7898641c0098e90d95c5e605e6.tar.gz
Qt-285799f27444fc7898641c0098e90d95c5e605e6.tar.bz2
Q_MAC_USE_COCOA -> QT_MAC_USE_COCOA
Make sure test is run on Cocoa like intended Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qpainter')
-rw-r--r--tests/auto/qpainter/tst_qpainter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpainter/tst_qpainter.cpp b/tests/auto/qpainter/tst_qpainter.cpp
index 3efc54d..d16c37a 100644
--- a/tests/auto/qpainter/tst_qpainter.cpp
+++ b/tests/auto/qpainter/tst_qpainter.cpp
@@ -4566,7 +4566,7 @@ void tst_QPainter::clipBoundingRect()
void tst_QPainter::drawText_subPixelPositionsInRaster_qtbug5053()
{
-#if !defined(Q_WS_MAC) || !defined(Q_MAC_USE_COCOA)
+#if !defined(Q_WS_MAC) || !defined(QT_MAC_USE_COCOA)
QSKIP("Only Mac/Cocoa supports sub pixel positions in raster engine currently", SkipAll);
#endif