Skip to content

Commit

Permalink
crossbuild-win-releases.sh angpasst. So das dort auch die automatische
Browse files Browse the repository at this point in the history
compilierung der ts Dateien vorgenommen wird.
  • Loading branch information
ThKattanek committed Sep 1, 2019
1 parent 22eb29d commit 1979e80
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions crossbuild-win-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# // Dieser Sourcecode ist Copyright geschützt! //
# // Geistiges Eigentum von Th.Kattanek //
# // //
# // Letzte Änderung am 12.08.2019 //
# // Letzte Änderung am 01.09.2019 //
# // www.emu64-projekt.de //
# // //
# //////////////////////////////////////////////////
Expand Down Expand Up @@ -81,7 +81,10 @@ if [ $i686_ok ]; then
rm -rf $install_i686_dir/*
fi

# execute cmake
# compile ts files
lrelease ../src/src.pro

# execute qmake
cd $build_i686_dir
$i686_qmake PREFIX=$install_i686_dir ../..
make -j8 install
Expand Down Expand Up @@ -123,7 +126,10 @@ if [ $x86_64_ok ]; then
rm -rf $install_x86_64_dir/*
fi

# execute cmake
# compile ts files
lrelease ../src/src.pro

# execute qmake
cd $build_x86_64_dir
$x86_64_qmake PREFIX=$install_x86_64_dir ../..
make -j8 install
Expand Down

0 comments on commit 1979e80

Please sign in to comment.