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