blob: a603b50818cf5b1c88d895642f5fb46a34cc3d2e (
plain)
1
2
3
4
5
6
7
8
|
# Set Qt test version and include the Autogen test macros
set(QT_TEST_VERSION 6)
include("../QtAutogen/TestMacros.cmake")
# Common tests
include("../QtAutogen/Tests.cmake")
set(TEST_BUILD_DIRS "${TEST_BUILD_DIRS}" PARENT_SCOPE)
|