From a53965b8249738ed824bae0932118e5c799941a1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 3 Mar 2021 02:04:19 +0100 Subject: [PATCH] Create symbolic link to make macdeployqt find plugins --- .github/workflows/ccpp.yml | 6 ++++++ .travis.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index efca1b49d..53ff52bfa 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1086,6 +1086,9 @@ jobs: working-directory: build shell: bash run: make install + - name: Hack to make macdeployqt find plugins + shell: bash + run: ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins - name: Create DMG working-directory: build shell: bash @@ -1163,6 +1166,9 @@ jobs: working-directory: build shell: bash run: make install + - name: Hack to make macdeployqt find plugins + shell: bash + run: ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins - name: Create DMG working-directory: build shell: bash diff --git a/.travis.yml b/.travis.yml index 7490056c6..7100806c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ before_script: script: - make -j8 - make install + - ln -s /usr/local/Cellar/qt/$(ls /usr/local/Cellar/qt/ | tail -n1)/share/qt/plugins /usr/local/plugins - make dmg2 after_success: - ls -lh strawberry*.dmg