Hi,
I'm trying to get Qt 4.3.3 to work with MS Visual Studio 2005 Express on a Windows Vista 64bit machine. I know I could use Mingw and Eclipse, but I need Visual Studio for another C++ library.
I have installed Visual Studio and Qt 4.3.3 (well unzipped qt-win-opensource-src-4.3.3), I added the bin directory of Qt to the PATH. I opened the Visual Studio 2005 Command Prompt and went to the Qt directory. According to different wikis I read I don't need any patching and I should enter the command: configure -platform win32-msvc2005 . But that doesn't work, I get the error:
Already tried different other combinations, but non of them worked. Thought the installation process would be the easiest oneC:\Qt\4.3.3>configure -platform win32-msvc2005
Invalid option "win32-msvc2005" for -platform.
See the README file for a list of supported operating systems and compilers.
Usage: configure [-buildkey <key>]
....Hope someone can help me. Thanks.
Kind regards,
Nick
Bookmarks