kseinitzer / qconan

conan plugin for QtCreator
GNU Lesser General Public License v2.1
9 stars 1 forks source link

dynamic kit for packaged compilers #7

Open kseinitzer opened 4 years ago

kseinitzer commented 4 years ago

A special build kit directly derived from a conan file. The environment variables from the conan file will be used to parametrize the kit's environment/compiler. This way QtCreator can be started without any special environment.

The kit must be set up with the correct toolchain values. KitInformation.cpp - ToolChainKitAspect may help.