enable -qt-sqlite for windows build scripts
This commit is contained in:
@@ -127,7 +127,7 @@ SET PATH=%PKTH_BaseDir%\qt\bin;%PATH%
|
|||||||
SET QMAKESPEC=win32-g++
|
SET QMAKESPEC=win32-g++
|
||||||
SET QTDIR=%PKTH_BaseDir%\qt
|
SET QTDIR=%PKTH_BaseDir%\qt
|
||||||
cd qt
|
cd qt
|
||||||
configure -static -fast -no-qt3support -no-sql-sqlite -no-dbus -no-opengl -no-openssl -no-phonon -no-webkit
|
configure -static -fast -no-qt3support -qt-sql-sqlite -no-dbus -no-opengl -no-openssl -no-phonon -no-webkit
|
||||||
qmake projects.pro -o Makefile -spec win32-g++
|
qmake projects.pro -o Makefile -spec win32-g++
|
||||||
mingw32-make sub-src
|
mingw32-make sub-src
|
||||||
echo.
|
echo.
|
||||||
|
|||||||
Reference in New Issue
Block a user