Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

How to enable QT_QML_NO_DEBUGGER

$
0
0
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

Viewing all articles
Browse latest Browse all 2113

Trending Articles