Fixed build script for Windows (version was missing).

This commit is contained in:
Matthias Koefferlein 2017-08-10 23:45:54 +02:00
parent 6e32dbccfb
commit f95bbef44c
1 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,9 @@ fi
# source the versions
. ./version.sh
export KLAYOUT_VERSION
export KLAYOUT_VERSION_REV
export KLAYOUT_VERSION_DATE
pwd=$(pwd)
@ -98,7 +101,7 @@ fi
# ----------------------------------------------------------
# Plugins
echo "Installing image format plugins .."
echo "Installing plugins .."
for p in $plugins; do
cp -R $mingw_inst/share/qt5/plugins/$p $target
# remove the debug versions - otherwise they pull in the debug Qt libs