QPathClipper uses QPainter which requires QGuiApplication.
Task-number: QTBUG-21402
Change-Id: If08b0ddee97cad347450fa06878f787e94292854
Reviewed-on: http://codereview.qt-project.org/4777
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
requires(contains(QT_CONFIG,private_tests))
unix:!mac:!symbian:LIBS+=-lm
-
-CONFIG += insignificant_test # QTBUG-21402
QVERIFY(p12.contains(QPointF(100, 100)));
}
-QTEST_APPLESS_MAIN(tst_QPathClipper)
+QTEST_MAIN(tst_QPathClipper)
#include "tst_qpathclipper.moc"