From f95bbef44c86a159a415c704121a340df94feb7e Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 10 Aug 2017 23:45:54 +0200 Subject: [PATCH] Fixed build script for Windows (version was missing). --- scripts/deploy-win-mingw.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index 16612259e..6dff07d93 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -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