Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When configuring a CMake project in Qt Creator (and only there), I see this warning:
CMake Warning: Manually-specified variables were not used by the project: QT_QMAKE_EXECUTABLE
Is this a bug in Qt Creator? How can I suppress the warning?
Go to Projects->Build settings and remove this line from "initial CMake parameters":
-DQT_QMAKE_EXECUTABLE:STRING=%{Qt:qmakeExecutable}
This warning is harmless, you can safely just ignore it.