Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
remove Multimedia_p from fixlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Lamminsalo committed Mar 3, 2018
1 parent 4b33311 commit 4e14889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distfiles/fixlibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done
echo "- multimedia"

#Multimedia libs
FRAMEWORKS="QtGui QtCore QtQuick QtQml QtNetwork QtMultimedia QtMultimediaQuick_p"
FRAMEWORKS="QtGui QtCore QtQuick QtQml QtNetwork QtMultimedia"
for FRAMEWORK in $FRAMEWORKS; do
echo " $FRAMEWORK"
install_name_tool -id @executable_path/../Frameworks/$FRAMEWORK.framework/Versions/5/$FRAMEWORK \
Expand Down

0 comments on commit 4e14889

Please sign in to comment.