qt6-bb10/tests/auto/gui/painting/qpathclipper/qpathclipper.pro

11 lines
230 B
Prolog

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