From eec65eea4cff60282fa3c76edcefa980c041de81 Mon Sep 17 00:00:00 2001 From: Eric Lemanissier Date: Mon, 6 Dec 2021 12:38:35 +0000 Subject: [PATCH] use short_path attribute it avoids global conan configuration in conan.conf or via environment variables Change-Id: Ia54cbfe95e0864e7107ea3bb53ff9ba4f1df7b60 Reviewed-by: Iikka Eklund (cherry picked from commit 70e765b1c583e5742553aee81a535d7f564f332a) Reviewed-by: Qt Cherry-pick Bot --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index ba82f7d8262..85c1bb47230 100644 --- a/conanfile.py +++ b/conanfile.py @@ -377,6 +377,7 @@ class QtBase(ConanFile): # use commit ID as the RREV (recipe revision) revision_mode = "scm" python_requires = "qt-conan-common/{0}@qt/everywhere".format(_get_qt_minor_version()) + short_paths = True def set_version(self): # Executed during "conan export" i.e. in source tree