Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.6.0-beta1
-
macOS 10.13, QC 4.6 snapshot (based on Qt5.10 [22b0d3b6aa])
-
18277e7ea1b59c9887bf8ef6fee2437fa10c8401, f5856f4bbc5f233a081ad4eaf892795f81f17985, 60a3fd59d4c489db56c001db943546c53152d487
Description
Steps to reproduce:
- open/create a Quick Application from template (I've used the template for "....Empty" and added some (JS) code and interaction with MouseAreas to have sth to debug)
- set a BP to the debuggable QML/JS code
- start debugging
- fails as QML is not enabled by default - neither inside the build nor inside the run settings (different behaviour than when creating the same app qmake based)
Expected behaviour:
- ensure both are checked (inside build and run settings) by default if the application is likely a Quick application [similar to what happens when creating this project as qmake based project]
Note: after enabling both inside this works as expected..