Talk:Visual Studio Add-in
Jump to navigation
Jump to search
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