aboutsummaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2022-12-13 16:47:32 +1100
committerMiguel Jacq <mig@mig5.net>2022-12-13 16:47:32 +1100
commit766df4d2a311fcd27e5da0f7c23172639b6ff186 (patch)
treee81b3d65dfee7fd6c63980af1a1094fbff026cb2 /flatpak
parent1ac80507c23ad009b36f117fd3325091a9040b1a (diff)
downloadonionshare-766df4d2a311fcd27e5da0f7c23172639b6ff186.tar.gz
onionshare-766df4d2a311fcd27e5da0f7c23172639b6ff186.zip
Hack around problematic QtQuickWidgets header file issue
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.onionshare.OnionShare.yaml2
1 files changed, 2 insertions, 0 deletions
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>'/'\"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: