qt5base-lts/tests/auto/gui/painting/qpathclipper/qpathclipper.pro

11 lines
230 B
Prolog
Raw Normal View History

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