Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How debug the application #40

Closed
SudatiSimone opened this issue Dec 2, 2020 · 3 comments
Closed

How debug the application #40

SudatiSimone opened this issue Dec 2, 2020 · 3 comments

Comments

@SudatiSimone
Copy link

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

@HuguesDelorme HuguesDelorme self-assigned this Dec 2, 2020
@HuguesDelorme
Copy link
Member

HuguesDelorme commented Dec 2, 2020

Hello, I see two options :

  1. Use QtCreator IDE where you can load mayo.pro then build&debug within
  2. 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

@SudatiSimone
Copy link
Author

SudatiSimone commented Dec 5, 2020

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

Developer & Designer Tool?
Qt\5.13\msvc2017_64
QtCreator

@SudatiSimone
Copy link
Author

Solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants