QML debugging is enabled. Only use this in a safe environment.
I'm actually working on a test software in Python for a QtCreator project which need to use the QML Debugging. The python software is running the built project and test it's features. I would like to actually hide that message without disabling the QML debug. Is it possible to do it?
You can specify
in the .pro file to disable the warning.