Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Talk:Visual Studio Add-in
I cloned the git repository:
Following the instructions for Qt5 and VS2013 runs into problems after the first couple of steps:
Building the addin
Open a command shell with a Qt build environment (Visual Studio built-in prompt configured with Qt in appropriate environment variables, 32 or 64-bit) and cd into your add-in source directory.
Execute the following commands:
cd Qt4VS2003
createUserFiles.bat
The above two steps work
This sets up reference paths and debug settings.
cd ..qmake this does not work as there is nothing to qmake in the directory
nmake
cd ..devenv qt5appwrapper2012.sln /useenv /Build release this is in the tools subdirectory
cd ..
qmake -r
nmake
None of the above section works