mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
7 lines
174 B
CMake
7 lines
174 B
CMake
# 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")
|