Skip to content

Allow compiling against Qt configured with -no-qml-debug

I am trying to run cross-compile various applications for a RISC-V QEMU instance and to reduce the number of dependencies I built Qt without QML debugger support. Without this #ifdef kdeclarative.cpp fails to compile because it is instantiating an incomplete type.

Merge request reports