summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpathclipper/qpathclipper.pro
blob: 18f7ccef2fe1966b8060e058b6a466227a08315c (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qpathclipper
INCLUDEPATH += .
HEADERS += paths.h
SOURCES  += tst_qpathclipper.cpp paths.cpp
QT += gui-private testlib

requires(contains(QT_CONFIG,private_tests))

unix:!mac:LIBS+=-lm