summarylogtreecommitdiffstats
path: root/force_qt5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'force_qt5.patch')
-rw-r--r--force_qt5.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/force_qt5.patch b/force_qt5.patch
deleted file mode 100644
index 17b8f9fd155a..000000000000
--- a/force_qt5.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rupN a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt 2023-05-26 14:14:14.718672640 -0700
-+++ b/CMakeLists.txt 2023-05-26 14:14:26.132005819 -0700
-@@ -22,7 +22,7 @@ set(CMAKE_CXX_STANDARD 11)
-
- include(FeatureSummary)
-
--find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
-+find_package(QT NAMES Qt5 REQUIRED COMPONENTS Core)
- find_package(Qt${QT_VERSION_MAJOR} 5.10 REQUIRED COMPONENTS
- Core Widgets PrintSupport Network)
- if(Qt5_FOUND AND NOT TARGET Qt::Core)