summaryrefslogtreecommitdiffstats
path: root/conanfile.py
Commit message (Expand)AuthorAgeFilesLines
* Conan: use settings.build_type if not set by Qt options for the buildIikka Eklund2022-01-211-3/+19
* Conan: Align binary option values with conan-center recipesIikka Eklund2022-01-211-45/+44
* Conan: Add optional ICU Conan package dependencyIikka Eklund2022-01-181-1/+54
* Conan: Exclude 'qt_host_path' option from package_id checksumIikka Eklund2022-01-171-0/+1
* use short_path attributeEric Lemanissier2021-12-071-0/+1
* Conan: Do not write qt.conf to build artifactsIikka Eklund2021-11-301-3/+0
* Conan: Fix build_type usage in the build recipeIikka Eklund2021-11-041-30/+55
* Change package_revision_mode() to recipe_revision_mode()Iikka Eklund2021-10-251-1/+7
* Conan: Do not use f-stringsIikka Eklund2021-10-151-16/+21
* Conan: Use recipe revision mode for 'python_requires'Iikka Eklund2021-09-231-0/+2
* Conan: Fix invalid options for package_id checksumIikka Eklund2021-09-211-2/+2
* Conan: Exclude 'headersclean' option from package_idIikka Eklund2021-09-211-0/+1
* Conan: Filter cmake_args that should not be included in package_idIikka Eklund2021-09-211-0/+7
* Conan: Rename 'extra_cmake_args' Conan option as 'cmake_args_qtbase'Iikka Eklund2021-08-301-5/+5
* Conan: recipe cleanupsIikka Eklund2021-08-301-33/+65
* Conan: simplify Conan recipeIikka Eklund2021-06-211-48/+25
* Conan: Read status flag from .cmake.confIikka Eklund2021-06-211-14/+11
* Add conanfile.py to support builds with Conan package managerIikka Eklund2021-05-241-0/+460