Ask Your Question
3

Is it possible to utilize QTcreator with conan and cmake instead of QTCreator or Qmake when working with QT?

asked 2021-10-09 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-04-25 20:00:00 +0000

bukephalos gravatar image

Yes, it is possible to use QTcreator with conan and cmake instead of QTCreator or Qmake when working with QT. QTcreator supports CMake projects, and Conan can be used as a package manager to simplify the process of managing dependencies. To use Conan with CMake in QTcreator, you can follow these steps:

  1. Install Conan and CMake on your system.
  2. Create a CMake project in QTcreator and configure it to use Conan as a package manager.
  3. Add the required QT libraries and other dependencies to your Conanfile.
  4. Build the project using CMake.

By using Conan and CMake in QTcreator, you can take advantage of the benefits of both tools, such as automatic dependency management and modular design.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-09 11:00:00 +0000

Seen: 11 times

Last updated: Apr 25 '21