In qtdeclarative/src/qml/debugger/qqmldebugserver.cpp there is a #ifndef QT_QML_NO_DEBUGGER and in the configure script the -no-qml-debug option adds the define to QCONFIG_FLAGS however this does not define it in qtdeclarative/src/qml/Makefile.
This is the correct behavour https://bugreports.qt-project.org/browse/QTBUG-33201 so I have two questions.
What is the -no-qml-debug flag supposed to do?
How is the QT_QML_NO_DEBUGGER flag defined?
Glenn
↧