Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved QtcCppcheck plugin issue

    Tools
    3
    6
    1308
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jayasri last edited by

      Hi,

      I want to integrate QtcCppcheck plugin in qt-creator.I downloaded v3.3 of QtcCppcheck.I am using qt-creator 3.3.

      Can any one suggest me what are the steps I have to follow .

      jsulm 1 Reply Last reply Reply Quote 0
      • T
        tomma last edited by

        If I remember correctly, all you have to do is extract that package to QtCreator install path. Archive should contain correct paths to creators "plugins" directory. Then start creator and enable plugin from Help -> About Plugins and restart creator.

        1 Reply Last reply Reply Quote 0
        • jsulm
          jsulm Lifetime Qt Champion @jayasri last edited by

          @jayasri Do you want to compile the plug-in?
          In this case you need to use same Qt version which was used to build QtCreator. You can find out the Qt version in "Help/About QtCreator...". And, of course, you need to build it for the same architecture (x86 or x64).

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply Reply Quote 0
          • J
            jayasri last edited by

            Hi,

            Tqs for reply.
            @tomma I did all the steps what ever you mentioned.After I am scanning project with cppcheck there is no response.

            Please suggest me. Please Find the attachments.1_1499935288519_plugin_enable.PNG 0_1499935288519_cppcheck_pic1.PNG

            1 Reply Last reply Reply Quote 0
            • T
              tomma last edited by tomma

              Make sure the plugin can find cppcheck. Set correct path in Tools -> Options... -> Analyzer -> QtcCppCheck.
              Seems like it doesn't give any error message if cppcheck is not found.

              1 Reply Last reply Reply Quote 1
              • J
                jayasri last edited by

                Hi tomma,

                Tqs for your support.Finally I got solution.CppCheck working fine .

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post