You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
which are the steps to debug the application?
Ide: Microsoft visual studio 2017
I click on "Open a project or solution" and...
I have to select a file from these formats .sln, .dsw , .vcv
Where I can found it?
Thanks
The text was updated successfully, but these errors were encountered:
Use QtCreator IDE where you can load mayo.pro then build&debug within
Generate a Visual Studio project (ie .vcxproj file) by running qmake -t vcapp mayo.pro from the command line. Then open that file in Visual Studio, build and debug
Personnally I use QtCreator as it supports natively QMake project files
Perfect.
I'm installing qt open source for windows.
Could you tell me which components in "Select components" I have to select? above all for the version
Hi,
which are the steps to debug the application?
Ide: Microsoft visual studio 2017
I click on "Open a project or solution" and...
I have to select a file from these formats .sln, .dsw , .vcv
Where I can found it?
Thanks
The text was updated successfully, but these errors were encountered: