Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21785

Add support for Conan package manager

XMLWordPrintable

      Conan (https://conan.io) is a C/C++ package manager, which speeds up the integration of C/C++ libraries into your own project. It's written in Python and available on probably all desktop platforms.

       

      It offers integration into different build systems, e.g. cmake and qmake (https://docs.conan.io/en/latest/integrations/qmake.html). The developer just need to do 3 things: write a conanfile.txt which specifies the needed libraries/packages, add 2 lines to the build system file and call "conan install" before building with the actual build system tool.

      Possible features for the conan integration into QtCreator are:

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jkobus Jarek Kobus
            jsee Jochen Seemann
            Tino Pyssysalo Tino Pyssysalo
            Kai Köhne Kai Köhne
            Votes:
            31 Vote for this issue
            Watchers:
            41 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes