From f2aa21907583f14c5cb5f11966870dbd4176f457 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 28 Mar 2023 17:00:21 +0200 Subject: [PATCH] TD: remove deprecation warning --- src/Mod/TechDraw/App/CMakeLists.txt | 3 --- src/Mod/TechDraw/Gui/CMakeLists.txt | 3 --- 2 files changed, 6 deletions(-) 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