469e044f06
Task-number: QTBUG-78225 Change-Id: Idc1333b119939e65da8f47d8de5333a38701bcb4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
32 lines
764 B
CMake
32 lines
764 B
CMake
# Generated from qpathclipper.pro.
|
|
|
|
if(NOT QT_FEATURE_private_tests)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_qpathclipper Test:
|
|
#####################################################################
|
|
|
|
qt_add_test(tst_qpathclipper
|
|
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:
|
|
#####################################################################
|
|
|
|
qt_extend_target(tst_qpathclipper CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND NOT INTEGRITY
|
|
PUBLIC_LIBRARIES
|
|
m
|
|
)
|