QML setting up project for debugging
-
I am working on a large project made up of quite a lot of sub-projects. These have are built on the command line using make. I have developed a prototype project using Qt Creator , the prototype allows me to debug both QML and C++.
In the original large project I can only debug the C++, not sure why I cannot debug the QML. Can anyone help me identify what needs to be done ?