Fixed mingw32 build linking
This commit is contained in:
+6
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user