cmake/Tests/Qt5Autogen/CMakeLists.txt

9 lines
230 B
CMake
Raw Normal View History

2018-04-23 21:13:27 +02:00
# Set Qt test version and include the Autogen test macros
set(QT_TEST_VERSION 5)
include("../QtAutogen/TestMacros.cmake")
# Common tests
2019-11-11 23:01:05 +01:00
include("../QtAutogen/Tests.cmake")
2020-08-30 11:54:41 +02:00
set(TEST_BUILD_DIRS "${TEST_BUILD_DIRS}" PARENT_SCOPE)