qt5base-lts/tests/auto/gui/painting/qpathclipper/CMakeLists.txt
Sona Kurazyan 469e044f06 Port qtbase/tests/auto/gui/painting to CMake
Task-number: QTBUG-78225
Change-Id: Idc1333b119939e65da8f47d8de5333a38701bcb4
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-04-27 14:34:56 +02:00

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
)