summarylogtreecommitdiffstats
path: root/use_qt6_only.diff
diff options
context:
space:
mode:
Diffstat (limited to 'use_qt6_only.diff')
-rw-r--r--use_qt6_only.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/use_qt6_only.diff b/use_qt6_only.diff
deleted file mode 100644
index b87b250fec2c..000000000000
--- a/use_qt6_only.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/external/qt/package.cmake b/external/qt/package.cmake
-index bae8405..c732da1 100644
---- a/external/qt/package.cmake
-+++ b/external/qt/package.cmake
-@@ -23,7 +23,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
- endif()
-
- if (DESKTOP_APP_QT6)
-- find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
-+ find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core)
- else()
- find_package(QT NAMES Qt5 REQUIRED COMPONENTS Core)
- endif()