diff --git a/src/Mod/TechDraw/App/CMakeLists.txt b/src/Mod/TechDraw/App/CMakeLists.txt index d30055d7a2..46e1f5d090 100644 --- a/src/Mod/TechDraw/App/CMakeLists.txt +++ b/src/Mod/TechDraw/App/CMakeLists.txt @@ -31,9 +31,6 @@ if(FREECAD_QT_MAJOR_VERSION EQUAL 5) include_directories( ${QtXmlPatterns_INCLUDE_DIRS} ) -else() - # This is deprecated as of Qt 5.13, and removed in Qt 6 - message(WARNING "TechDraw relies on the now-removed Qt XMLPatterns package, and must be refactored to compile against Qt6.") endif() include_directories( diff --git a/src/Mod/TechDraw/Gui/CMakeLists.txt b/src/Mod/TechDraw/Gui/CMakeLists.txt index 271c8d81fa..00284b5f18 100644 --- a/src/Mod/TechDraw/Gui/CMakeLists.txt +++ b/src/Mod/TechDraw/Gui/CMakeLists.txt @@ -30,9 +30,6 @@ if(FREECAD_QT_MAJOR_VERSION EQUAL 5) include_directories( ${QtXmlPatterns_INCLUDE_DIRS} ) -else() - # This is deprecated as of Qt 5.13, and removed in Qt 6 - message(WARNING "TechDraw relies on the now-removed Qt XMLPatterns package, and must be refactored to compile against Qt6.") endif() # The XML files