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

requires(qtConfig(private_tests))

unix:!darwin:!haiku:!integrity: LIBS += -lm