Details
-
Task
-
Resolution: Incomplete
-
P2: Important
-
None
-
Qt Creator 12.0.0
-
None
-
-
b33fee0ded5c82a1f794703837a015c6fa5b1d87 68347c9c9b9033a38e57c25918e5f09be482519a
Description
This is a new issue, because the others (That have been open for 12 years) simply get ignored. This issue happens when you have qml in your project:
- App1 <- QML App
- App2 <- Console App
so now we have two scenarios where this message appears:
- You debug App1 and never reach the point where you open your qml engine. Now you must click away this none error popup twice.
- You debug App2 that not evens has qml. Now you must click away this none error popup twice.
So a simple fix would be to print this in the Application output instead of an error popup. This is similar to editors like VSCode or Godot Editor do it, when they cannot connect to the application.