Skip to content

Commit

Permalink
Remove garbage in installed qt.conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Mar 30, 2015
1 parent 50e28b8 commit 3281216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-shotcut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ function deploy_osx
cmd cp -a src/qml "$BUILD_DIR"/MacOS/share/shotcut/

# This little guy helps Qt 5 apps find the Qt plugins!
cmd printf "[Paths]\nPlugins=MacOS/lib/qt5\nQml2Imports=MacOS/lib/qml\n" > "$BUILD_DIR/Resources/qt.conf"
printf "[Paths]\nPlugins=MacOS/lib/qt5\nQml2Imports=MacOS/lib/qml\n" > "$BUILD_DIR/Resources/qt.conf"

cmd cd "$BUILD_DIR/MacOS" || die "Unable to change directory to MacOS"

Expand Down Expand Up @@ -1811,7 +1811,7 @@ function deploy_win32
cmd cp -pr "$QTDIR"/translations/qt_*.qm share/translations
cmd cp -pr "$QTDIR"/translations/qtbase_*.qm share/translations
cmd tar -xjf "$HOME/ladspa_plugins-win-0.4.15.tar.bz2"
cmd printf "[Paths]\nPlugins=lib/qt5\nQml2Imports=lib/qml\n" > qt.conf
printf "[Paths]\nPlugins=lib/qt5\nQml2Imports=lib/qml\n" > qt.conf

if [ "$SDK" = "1" ]; then
# Prepare src for archiving
Expand Down

0 comments on commit 3281216

Please sign in to comment.