summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/painting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/painting/painting.pro')
-rw-r--r--tests/auto/gui/painting/painting.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/gui/painting/painting.pro b/tests/auto/gui/painting/painting.pro
new file mode 100644
index 0000000000..62230eeac7
--- /dev/null
+++ b/tests/auto/gui/painting/painting.pro
@@ -0,0 +1,21 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+ qpainterpath \
+ qpainterpathstroker \
+ qcolor \
+ qbrush \
+ qregion \
+ qpainter \
+ qpathclipper \
+ qprinterinfo \
+ qpen \
+ qpaintengine \
+ qtransform \
+ qwmatrix \
+ qprinter \
+ qpolygon \
+
+!contains(QT_CONFIG, private_tests): SUBDIRS -= \
+ qpathclipper \
+
+