# # # patch "osx_bundle.sh" # from [bd844169d6760460baa53fad78a0e185aa114f4e] # to [dfe77bce479e1d4a8898c5f9b36f3cdc3b4d8b93] # ============================================================ --- osx_bundle.sh bd844169d6760460baa53fad78a0e185aa114f4e +++ osx_bundle.sh dfe77bce479e1d4a8898c5f9b36f3cdc3b4d8b93 @@ -31,7 +31,7 @@ BINARY_NAME="guitone" # name of the binary BINARY_NAME="guitone" # Qt libraries you've linked against -declare -a NEEDED_LIBS=( "QtCore" "QtGui" ) +declare -a NEEDED_LIBS=( "QtCore" "QtGui" "QtXml" "QtNetwork" ) # additional files you'd like to get copied to the final dmg declare -a ADD_FILES=( "README" "COPYING" "NEWS")