summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use strict versioning for dependencies of Qt packagesdevIikka Eklund2022-09-061-1/+1
* Check existence 'QT_HOST_PATH' when calling 'install' for leaf modulesIikka Eklund2022-06-271-4/+18
* Rename 'append_cmake_prefix_path' as 'append_cmake_arg'Iikka Eklund2022-05-202-12/+21
* Support Conan package level 'env_info' declarationsIikka Eklund2022-05-201-0/+14
* Exclude 'QT_HOST_PATH' from package_idIikka Eklund2022-05-192-1/+2
* Fix name of the function being called for ConanFile optionIikka Eklund2022-05-191-2/+2
* Remove init() from QtConanCommon classIikka Eklund2022-05-181-5/+0
* Introduce 'android_sdk_version' and 'android_ndk_version'Iikka Eklund2022-05-042-2/+39
* Enable passing '-no-feature-FOO' to qt-configure-moduleIikka Eklund2022-04-122-52/+127
* Add initial unit tests for QtOptionParserIikka Eklund2022-04-123-0/+994
* Add unit test for invalid QtConfigureOption initializationIikka Eklund2022-04-121-0/+8
* Refactor QtOptionParser to be more suitable for unit testingIikka Eklund2022-04-121-20/+13
* Make QtConfigureOption.conan_option_name a propertyIikka Eklund2022-04-121-2/+6
* Add unit tests for QtConfigureOptionIikka Eklund2022-04-121-1/+50
* Move QtConfigureOption and QtOptionParser to qt-conan-common from qtbaseIikka Eklund2022-04-121-2/+295
* Add "_shared" object in QtLeafModule base classIikka Eklund2022-03-241-0/+5
* Update qt-conan-common version to 6.3Iikka Eklund2022-03-221-1/+1
* Revert "Append QT_HOST_PATH to virtualenv for cross-compiling"Iikka Eklund2022-03-221-7/+0
* Align binary option values with conan-center recipesIikka Eklund2022-02-281-0/+2
* Append QT_HOST_PATH to virtualenv for cross-compilingIikka Eklund2022-02-251-0/+7
* Add function to parse Android NDK version from 'source.properties'Iikka Eklund2022-02-257-5/+73
* Always append package "bin/" into PATHIikka Eklund2022-02-091-2/+1
* Use qt-cmake-private-install to installToni Saario2022-01-311-2/+15
* Update Pipfile and add VSCode settings file for projectIikka Eklund2022-01-243-36/+78
* Exclude '-L' and '-I' cmake arguments from package_idIikka Eklund2022-01-202-1/+16
* Add utility to append CMAKE_PREFIX_PATH to cmake arguments str listIikka Eklund2022-01-192-1/+39
* Add parser for 3rd party package dependenciesIikka Eklund2022-01-184-1/+105
* Allow use of Qt that is not in conan cacheSamuli Piippo2022-01-111-1/+4
* Use user installed CMake in vcvars envToni Saario2022-01-041-1/+9
* use short_path attributeEric Lemanissier2021-12-071-1/+2
* Use yaml SafeLoader instead of FullLoaderToni Saario2021-12-071-1/+1
* Do not use f-strings in recipesIikka Eklund2021-11-041-8/+12
* Run mypy, black, flake8 and isort and update PipfileIikka Eklund2021-11-045-87/+200
* Add 'ODBC_ROOT' to be excluded from the package_id of Conan packageIikka Eklund2021-11-032-1/+4
* Add 'LD_LIBRARY_PATH', 'DYLD_LIBRARY_PATH' and 'DYLD_FRAMEWORK_PATH'Iikka Eklund2021-10-151-0/+8
* Add 'QML2_IMPORT_PATH' and 'QT_PLUGIN_PATH' in env_infoIikka Eklund2021-10-151-0/+10
* Change package_revision_mode() to recipe_revision_mode()Iikka Eklund2021-10-151-1/+6
* Add LLVM_INSTALL_DIR to be excluded from 'package_id'Iikka Eklund2021-09-302-0/+3
* Conan: Use recipe revision mode for 'python_requires'Iikka Eklund2021-09-231-0/+2
* Fix invalid cmake option name for leaf modulesIikka Eklund2021-09-201-1/+1
* Filter cmake_args that should not be included in package_idIikka Eklund2021-09-152-1/+46
* Add unit tests for 'parse_qt_version_by_key()'Iikka Eklund2021-08-275-3/+58
* Add Pipfile for Python virtual environmentIikka Eklund2021-08-272-0/+308
* Add .gitignore fileIikka Eklund2021-08-271-0/+5
* Support 'cmake_args_leaf_module' in base class for Qt leaf modulesIikka Eklund2021-08-271-6/+30
* Do not pass non Qt options to qt-configure-module(.bat)Iikka Eklund2021-08-231-0/+11
* Use semicolon as delimeter to QT_ADDITIONAL_PACKAGES_PREFIX_PATHToni Saario2021-08-231-1/+2
* Implement common base class for Qt leaf module recipesIikka Eklund2021-08-236-3/+173
* Support 'QT_BUILD_SINGLE_PACKAGE' in qt-configure-module callIikka Eklund2021-06-241-0/+1
* Add Conan package for common utilities used by Qt recipiesIikka Eklund2021-06-212-0/+122