Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
⚠️ Forum Maintenance: Feb 6th, 8am - 14pm (UTC+2)
Is there a way to treat moc warnings as errors like gcc's -Werror?
You can add this to the .pro file.
@ QMAKE_CXXFLAGS += -Werror @