Talk:Visual Studio Add-in

From Qt Wiki
Revision as of 15:01, 20 April 2015 by Jeffrey Miller (talk | contribs) (error in the building of the VS Addin directions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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