Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
Windows 7 32bit
Windows 8 64bit
Description
Please install
- http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.11-win32.zip/from/http://cdn.mysql.com/
- http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.11-winx64.zip/from/http://cdn.mysql.com/
on Windows 7 and 8, respectively.
I've tested that the compilation succeeds for qtbase.git using "Windows 7 32 bit + msvc2010".
configure -opensource -confirm-license -developer-build -qtnamespace TestNamespace -make libs -make tools -nomake examples -nomake tests -no-incredibuild-xge -release -opengl desktop -plugin-sql-mysql
If you install this under "C:\Utils\mysql" then you need to add
- set PATH=%PATH%;C:\Utils\mysql\bin
- set LIB=%LIB%;C:\Utils\mysql\lib
- set INCLUDE=%INCLUDE%;C:\Utils\mysql\include
some more testing might be needed.