From e8612af457432aeaefd426bc4acc637d4f75d4f0 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 29 Nov 2024 15:07:04 -0500 Subject: [PATCH] Revert finding some Qt parts in cmake that appear to be causing issues with build on older versions of linux (ubuntu22.04) --- scwx-qt/scwx-qt.cmake | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scwx-qt/scwx-qt.cmake b/scwx-qt/scwx-qt.cmake index 1f4f4449..0858807f 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -21,9 +21,7 @@ find_package(Python COMPONENTS Interpreter) find_package(SQLite3) find_package(QT NAMES Qt6 - COMPONENTS BuildInternals - Core - Gui + COMPONENTS Gui LinguistTools Multimedia Network @@ -37,9 +35,7 @@ find_package(QT NAMES Qt6 REQUIRED) find_package(Qt${QT_VERSION_MAJOR} - COMPONENTS BuildInternals - Core - Gui + COMPONENTS Gui LinguistTools Multimedia Network