Skip to content
Snippets Groups Projects
Commit 766af201 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: #1569: fix qt Prefix for font detection

parent f30837e8
No related branches found
No related tags found
1 merge request!67Packaging install fonts
......@@ -75,7 +75,7 @@ chmod +x "$OUT_DIR/mapla.sh"
sed -i -E "s,OUT_DIR,$OUT_DIR,g" "$OUT_DIR/otbenv.profile"
chmod +x "$OUT_DIR/otbenv.profile"
sed -i -E "s,../lib,$OUT_DIR/lib,g" "$OUT_DIR/bin/qt.conf"
sed -i -E "s,Prefix=..,Prefix=$OUT_DIR,g" "$OUT_DIR/bin/qt.conf"
#echo "Creating symbolic links..."
. ./make_symlinks
......
......@@ -82,7 +82,7 @@ rm -fr "template.app"
LONG_VERSION_STRING=@Monteverdi_VERSION_MAJOR@.@Monteverdi_VERSION_MINOR@.@Monteverdi_VERSION_PATCH@
SHORT_VERSION_STRING=@Monteverdi_VERSION_MAJOR@.@Monteverdi_VERSION_MINOR@
#sed qt.conf
sed -i "" "s,../lib,$OUT_DIR/lib,g" "$OUT_DIR/bin/qt.conf"
sed -i "" "s,Prefix=..,Prefix=$OUT_DIR,g" "$OUT_DIR/bin/qt.conf"
cp "$OUT_DIR/bin/qt.conf" "$OUT_DIR/Mapla.app/Contents/Resources/qt.conf"
cp "$OUT_DIR/Monteverdi.icns" "Mapla.app/Contents/Resources/"
......
[Paths]
Translations=../translations
Plugins=../plugins
Prefix=..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment