diff options
author | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2023-04-26 15:30:04 (GMT) |
---|---|---|
committer | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2023-04-26 16:12:12 (GMT) |
commit | 315b13432c6abf28033a6016f009c5f2c3f40971 (patch) | |
tree | 56a1482329a344486c1d943b1184368fefec6da4 /Tests | |
parent | 64b44b362ba9607d5917be9598e6c76f261208f4 (diff) | |
download | CMake-315b13432c6abf28033a6016f009c5f2c3f40971.zip CMake-315b13432c6abf28033a6016f009c5f2c3f40971.tar.gz CMake-315b13432c6abf28033a6016f009c5f2c3f40971.tar.bz2 |
Autogen: Update test comments about Qt versions
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/QtAutogen/Tests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/Tests.cmake b/Tests/QtAutogen/Tests.cmake index 8a77954..cdce2b1 100644 --- a/Tests/QtAutogen/Tests.cmake +++ b/Tests/QtAutogen/Tests.cmake @@ -1,4 +1,4 @@ -# Qt4 and Qt5 tests +# Qt4, Qt5 and Qt6 tests ADD_AUTOGEN_TEST(AutogenOriginDependsOff autogenOriginDependsOff) ADD_AUTOGEN_TEST(AutogenOriginDependsOn) ADD_AUTOGEN_TEST(AutogenTargetDepends) @@ -47,7 +47,7 @@ if(QT_TEST_ALLOW_QT_MACROS) ADD_AUTOGEN_TEST(MocSkipSource) endif() -# Qt5 only tests +# Qt5 and Qt6 only tests if(QT_TEST_VERSION GREATER 4) ADD_AUTOGEN_TEST(MocMacroName mocMacroName) ADD_AUTOGEN_TEST(MocOsMacros) |