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