Unexpected message from exe build using CMake
-
wrote on 6 Nov 2024, 17:02 last edited by
I've setup my MSVC projects so they can now be built using CMake. :)
The only problem is that when I Debug one of them it complains:
Error(s) in input:
Unrecognised token: -qmljsdebuggerSo it's being invoked differently for the CMake built version than otherwise.
I don't actually use QML at all, so I don't understand why this is happening.
David
-
Hi David,
For some reason, QML debugging seems to be enabled.
You can disable it here: https://doc.qt.io/qtcreator/creator-debugging-qml.html
Cheers
Axel
1/2