summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpathclipper/qpathclipper.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpathclipper/qpathclipper.pro')
-rw-r--r--tests/auto/qpathclipper/qpathclipper.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qpathclipper/qpathclipper.pro b/tests/auto/qpathclipper/qpathclipper.pro
new file mode 100644
index 0000000000..590fba0e2d
--- /dev/null
+++ b/tests/auto/qpathclipper/qpathclipper.pro
@@ -0,0 +1,10 @@
+load(qttest_p4)
+INCLUDEPATH += .
+HEADERS += paths.h
+SOURCES += tst_qpathclipper.cpp paths.cpp
+
+requires(contains(QT_CONFIG,private_tests))
+
+unix:!mac:!symbian:LIBS+=-lm
+
+