changeset 37:3d1990eb1020

Actually run qmake.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Apr 2017 12:18:31 +0300
parents 3ea3ecc21469
children bbdb61de5cda
files build-win32.sh
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-win32.sh	Tue Apr 04 04:33:29 2017 +0300
+++ b/build-win32.sh	Thu Apr 06 12:18:31 2017 +0300
@@ -5,6 +5,7 @@
 QT5PATH="/misc/packages/qt5-src/qtbase/"
 BUILDPATH="release/"
 MINGWPATH="/usr/lib/gcc/i686-w64-mingw32/6.3-win32/"
+QMAKE="$QT5PATH/bin/qmake"
 
 do_cpinstall()
 {
@@ -41,12 +42,13 @@
     cp -f "$BUILDPATH/Syntilista.exe" "$TARGET"
 }
 
-QMAKE="$QT5PATH/bin/qmake"
 if test ! -e "$QMAKE"; then
     echo "ERROR: $QMAKE not found."
     exit 1
 fi
 
+$QMAKE
+
 #make -f Makefile.Release clean
 make -f Makefile.Release