aboutsummaryrefslogtreecommitdiffstats
path: root/conanfile.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add conanfile.txtTobias Hunger2019-12-111-0/+24
Add a conanfile.txt, so that users can run "conan install ." to build all the required dependencies. Afterwards users can run: cmake -DCMAKE_TOOLCHAIN_FILE=conan_paths.cmake /path/to/qtc -GNinja to configure using the conan-provided dependencies. Change-Id: Id81c703fc48de4d3d66e81ef58acc60dfed48dac Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>