]> Shamusworld >> Repos - architektonas/blobdiff - cross-compile
Converted codebase from Qt4 to Qt5.
[architektonas] / cross-compile
index 41158258e8a24ef1b7603bac8a332b22eb7a5cf3..cbb56a33da6751c0a21220cec0698a8b3d2bfcf6 100755 (executable)
@@ -6,13 +6,16 @@
 # (C) 2012 Underground Software
 #
 TARGET=architektonas
-echo "Cross compiling ${TARGET} for Win32..."
+#echo "Cross compiling ${TARGET} for Win32..."
+echo "Cross compiling ${TARGET} for Win64..."
 export PATH=/opt/mxe/usr/bin:$PATH
 rm Makefile
-/opt/mxe/usr/i686-pc-mingw32/qt/bin/qmake
-make
+#/opt/mxe/usr/i686-pc-mingw32/qt/bin/qmake
+/opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt4
+make clean && make
 #make CROSS=i686-pc-mingw32-
 #rel=`svn info | grep Revision | cut -f 2 -d ' '`
 rel=`git log -1 --pretty=format:%ci | cut -d ' ' -f 1 | tr -d -`
 #echo ${TARGET}.exe
 cd release && upx -9v ${TARGET}.exe && zip -9v ${TARGET}-${rel}.zip ${TARGET}.exe
+