Fixed mingw32 build linking

This commit is contained in:
xawotihs
2013-12-13 21:54:43 +01:00
parent 88095c67b8
commit 1a4327a2e6
+6 -4
View File
@@ -45,11 +45,13 @@ make -j 8
# we're cross-compiling a Qt Windows version here, # we're cross-compiling a Qt Windows version here,
# PATH is only set here to prevent colision # PATH is only set here to prevent colision
export PATH="$PATH:/opt/mingw32/bin" export PATH="$PATH:/opt/mingw32/bin"
mkdir qt-win-cross mkdir build
cd qt-win-cross cd build
/opt/mingw32/bin/qmake ../projects/mtg/wagic-qt.pro CONFIG+=release CONFIG+=graphics mkdir win-cross
cd win-cross
/opt/mingw32/bin/qmake ../../projects/mtg/wagic-qt.pro CONFIG+=release CONFIG+=graphics
make -j 8 make -j 8
cd .. cd ../..
# we create resource package # we create resource package
cd projects/mtg/bin/Res cd projects/mtg/bin/Res