This shows you the differences between two versions of the page.
devel:windows_build_systems_compilers [2010/07/17 15:44] mario created |
devel:windows_build_systems_compilers [2010/07/17 15:47] (current) mario updated nmake |
| | | | |
| | Afterwards you need to use perl, if you want to build for x64, because qmake doesn't support the x64 target. | | Afterwards you need to use perl, if you want to build for x64, because qmake doesn't support the x64 target. |
| | + | |
| | + | ==== Visual Studio NMAKE ==== |
| | + | |
| | + | * Use something like "VCExpress.exe /Useenv <slnfile>" to compile |
| | + | * Can use the NMAKE replacement "jom.exe" from Nokia Qt to build in parallel |
| | + | |
| | + | Leave away the qmake option "-tp vc" to generate Makefiles for NMAKE |
| | + | <code> |
| | + | qmake |
| | + | </code> |
| | + | |
| | + | The x64 platform still causes problems, because qmake doesn't support the x64 target. The linker complains that the machine type and target type differ (x86 vs x64). |
| | | | |
| | ==== MinGW ==== | | ==== MinGW ==== |