Skip to content

Commit

Permalink
Don't exclude QtGraphicalEffects from AppImage
Browse files Browse the repository at this point in the history
Fixup for ccc04c7 for AppImage
  • Loading branch information
dmitrio95 authored and anatoly-os committed Sep 17, 2019
1 parent 0e99962 commit 54107b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Linux+BSD/portable/copy-libs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ getCrossPlatformDependencies() {
# except some as listed in "mscore/CMakeLists.txt".
export -f copy copyQt # make functions available to xargs
find "$qt_prefix/qml" \! -type d \
| grep -vE "QtGraphicalEffects|QtMultimedia|QtSensors|QtTest|QtWebEngine" \
| grep -vE "QtMultimedia|QtSensors|QtTest|QtWebEngine" \
| sed "s|$qt_prefix/||" | xargs -n1 -I '%%%' \
bash -c "qt_prefix='$qt_prefix' qt_dest='$qt_dest' copyQt %%%"
}
Expand Down

0 comments on commit 54107b2

Please sign in to comment.