I need to create and use Qt inside the Microsoft Visual C 2005 project. Is it possible to do this and how?
Open the Visual Studio Command Prompt from your Start menu, then switch to your QT directory:
win32-msvc2005 -debug-and-release nmake
Supports multiple options to configure, consult docs.
Take some time to nmake, in my case it was almost 2 hours. Okay, considering the size of the Q Framework
Comments
Post a Comment