-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
3.0.1
-
None
-
ca1410fd4 (dev)
Steps to reproduce:
- Have a default Qt installation registered inside Qt VS Tools
- Open an existing CMakeLists.txt (for example <Qt install>/Examples/<version>/quick/animation/CMakeLists.txt) in Visual Studio
- Build the project
- Run (not debug) the project
Expected result:
- Application starts
Actual result:
- No application shown
- Nothing is shown in Visual Studio's output pane
- Application executable shows up in task manager
- dbgview shows "[20228] QML Debugger: Connecting to socket {f79e5e61-1e5b-4c5a-bfd6-2066f2c05fd9}..."
Workaround: The issue seems to be that "QML Application" is selected in the "Select startup item" combobox at the top of Visual Studio. Changing that to "animationexample.exe" fixes the issue.
- mentioned in
-
Page Loading...