From 766df4d2a311fcd27e5da0f7c23172639b6ff186 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 13 Dec 2022 16:47:32 +1100 Subject: [PATCH] Hack around problematic QtQuickWidgets header file issue --- flatpak/org.onionshare.OnionShare.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flatpak/org.onionshare.OnionShare.yaml b/flatpak/org.onionshare.OnionShare.yaml index 766ea65a..5796d6a3 100644 --- a/flatpak/org.onionshare.OnionShare.yaml +++ b/flatpak/org.onionshare.OnionShare.yaml @@ -41,6 +41,8 @@ modules: commands: - mkdir -p /app/include/qt5tmp && cp -R /usr/include/Qt* /app/include/qt5tmp # https://bugreports.qt.io/browse/PYSIDE-787 - sed -i 's|\(--include-paths=\)|\1/app/include/qt5tmp:|' sources/pyside2/cmake/Macros/PySideModules.cmake + - sed -i s/''/'\"private\/qaccessiblequickview_p.h\"'/ /app/include/qt5tmp/QtQuickWidgets/qaccessiblequickwidget.h + - mkdir -p /app/include/qt5tmp/QtQuickWidgets/private && cp /app/include/qt5tmp/QtQuick/5.15.7/QtQuick/private/qaccessiblequickview_p.h /app/include/qt5tmp/QtQuickWidgets/private/qaccessiblequickview_p.h - name: tor buildsystem: autotools sources: