summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpainter/qpainter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/painting/qpainter/qpainter.pro')
-rw-r--r--tests/auto/gui/painting/qpainter/qpainter.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/gui/painting/qpainter/qpainter.pro b/tests/auto/gui/painting/qpainter/qpainter.pro
deleted file mode 100644
index 9ccf8f20ba..0000000000
--- a/tests/auto/gui/painting/qpainter/qpainter.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qpainter
-
-QT += testlib gui-private core-private
-qtHaveModule(widgets): QT += widgets widgets-private
-
-SOURCES += tst_qpainter.cpp
-
-TESTDATA += drawEllipse/* drawLine_rop_bitmap/* drawPixmap_rop/* drawPixmap_rop_bitmap/* \
- task217400.png
-
-android:!android-embedded {
- RESOURCES += \
- testdata.qrc
-}