OneMoreGres / qtc-cppcheck

Qt Creator Cppcheck integration plugin [deprecated]
MIT License
126 stars 37 forks source link

Failed to build on Linux. #7

Closed dismine closed 9 years ago

dismine commented 9 years ago

Hi,

I am trying build plugin for Qt Creator 3.0.1 on Linux, but can't. qmake return WARNING: Failure to find: QtcCppcheck.pluginspec

How i understand you have template QtcCppcheck.json.in, but how get QtcCppcheck.pluginspec from this file?

Thanks.

OneMoreGres commented 9 years ago

Hi. QtcCppcheck.pluginspec has been replaced with QtcCppcheck.json in latest Qt Creator update (3.3). So you should use older version of plugin to build it under 3.0.1 (clone repository and checkout previous revisions). You will face many other problems otherwise, because it's not the only change. Looks like this is a version that you need. It may contain bugs, but should compile. And yes, QtcCppcheck.pluginspec.in required to get QtcCppcheck.pluginspec after some automatic processing. P.S. Closing this one, so open new issue if you will have new problems.