At Qt/C++ there is QT_DEBUG define macro to know when it is compiled at debug or release, but at QML, is there any method to know if is the application running in debug o release mode?

Thanks,