2020-04-24 13:40:25 +00:00
|
|
|
# Generated from qpathclipper.pro.
|
|
|
|
|
|
|
|
if(NOT QT_FEATURE_private_tests)
|
|
|
|
return()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qpathclipper Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qpathclipper
|
2020-04-24 13:40:25 +00:00
|
|
|
SOURCES
|
|
|
|
paths.cpp paths.h
|
|
|
|
tst_qpathclipper.cpp
|
|
|
|
INCLUDE_DIRECTORIES
|
|
|
|
.
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
|
|
|
Qt::GuiPrivate
|
|
|
|
)
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qpathclipper.pro:<TRUE>:
|
|
|
|
# _REQUIREMENTS = "qtConfig(private_tests)"
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_extend_target(tst_qpathclipper CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND NOT INTEGRITY
|
2020-04-24 13:40:25 +00:00
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
m
|
|
|
|
)
|