i installed qt5.5.1 (qt-opensource-windows-x86-msvc2013-5.5.1) , visual studio add-in 1.2.3 + procedures on visual studio 2013
now able coding qt projects in visual studio 2013 , compile it. if want rid of references issue , have intellisense in project:
each time make new qt project should :
in project properties (solution explorer) >c/c++ >additional include directories >edit , add directory : c:\qt\qt5.5.1\5.5\msvc2013\include\qtangle
is there way permanently , projects?
you can create basic project required dependencies, , save project template. (do not forget build both debug , release configurations before exporting)
and can find template here:
Comments
Post a Comment