Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.4.0-beta1
-
Ubuntu 16.10 64 bit
Description
- With Creator's wizard, create a new Qt Quick Application based on CMake.
- In the project's file main.qml, add some error.
- Run the the application.
An error message will be written to the Application output view. This message does not provide a link to the error.
When using qmake or Qbs, clicking on the error message opens the respective line in an editor. This should work with CMake, too.