This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
qtc-cppcheck doesn't build against QtCreator 3.4.0RC1 (partial patch included) #11
Comments
|
I'll watch for it when QTC 3.4 will be officially released. |
Ah, yes, you are right. When I fill in the path of cppcheck in the options dialog, the assert does not occur. So looks like the attached patch is all that is needed for QtCreator 3.4.0RC1 . |
Source updated. Thanks for patch. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Several compile errors when building qtc-cppcheck against the source of QtCreator 3.4.0RC1.
I fixed the compile errors with the attached patch, but when running the plugin the following assert in function void CppcheckRunner::checkQueuedFiles() fails:
QString binary = settings_->binaryFile ();
Q_ASSERT (!binary.isEmpty ());
The text was updated successfully, but these errors were encountered: