# HG changeset patch # User Matti Hamalainen # Date 1491470311 -10800 # Node ID 3d1990eb1020be751903b0a6b5e9990689a10a61 # Parent 3ea3ecc2146999d6e84aeeb615aab4281664df43 Actually run qmake. diff -r 3ea3ecc21469 -r 3d1990eb1020 build-win32.sh --- 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