www.XuvTools.org
Table of ContentsWindows Build Systems and CompilersVisual Studio Professional IDE
Use the qmake option “-tp vc” to generate project files for Visual Studio qmake -tp vc Afterwards you need to use perl, if you want to build for x64, because qmake doesn't support the x64 target. Visual Studio Express IDE
Use the qmake option “-tp vc” to generate project files for Visual Studio qmake -tp vc Afterwards you need to use perl, if you want to build for x64, because qmake doesn't support the x64 target. Visual Studio NMAKE
Leave away the qmake option “-tp vc” to generate Makefiles for NMAKE qmake 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-w64This is not officially supported yet, but we are trying to get MinGW64 to work! See http://mingw-w64.sourceforge.net/ for the MinGW64 project.
Short introduction / HowTo get Started:
|
|||
|