From 38921d0911e8c62e0ff4064cfd8cf5fffe0b75b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr>
Date: Fri, 28 Aug 2020 12:01:23 +0200
Subject: [PATCH] REFAC: update QWT version to 6.1.5

---
 SuperBuild/CMake/External_qwt.cmake                | 4 ++--
 SuperBuild/patches/QWT/qwt-1-releaseBuild-all.diff | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SuperBuild/CMake/External_qwt.cmake b/SuperBuild/CMake/External_qwt.cmake
index 9e97c83228..0bf4da29f6 100644
--- a/SuperBuild/CMake/External_qwt.cmake
+++ b/SuperBuild/CMake/External_qwt.cmake
@@ -55,8 +55,8 @@ endif()
 
 ExternalProject_Add(QWT
   PREFIX QWT
-  URL "http://downloads.sourceforge.net/project/qwt/qwt/6.1.3/qwt-6.1.3.zip"
-  URL_MD5 558911df37aee4c0c3049860e967401c
+  URL "http://downloads.sourceforge.net/project/qwt/qwt/6.1.5/qwt-6.1.5.zip"
+  URL_MD5 61a8cae35ab6201d916304ec4a6f06b8
   SOURCE_DIR ${QWT_SB_SRC}
   BINARY_DIR ${QWT_SB_SRC}
   INSTALL_DIR ${SB_INSTALL_PREFIX}
diff --git a/SuperBuild/patches/QWT/qwt-1-releaseBuild-all.diff b/SuperBuild/patches/QWT/qwt-1-releaseBuild-all.diff
index 3d4f6a5595..ad34cd24bd 100644
--- a/SuperBuild/patches/QWT/qwt-1-releaseBuild-all.diff
+++ b/SuperBuild/patches/QWT/qwt-1-releaseBuild-all.diff
@@ -8,7 +8,7 @@ diff -burN qwt-6.1.3-orig/qwtbuild.pri qwt-6.1.3/qwtbuild.pri
 -    # On Windows you can't mix release and debug libraries.
 -    # The designer is built in release mode. If you like to use it
 -    # you need a release version. For your own application development you
--    # might need a debug version. 
+-    # might need a debug version.
 -    # Enable debug_and_release + build_all if you want to build both.
  
 -    CONFIG           += debug_and_release
-- 
GitLab