use short_path attribute
it avoids global conan configuration in conan.conf or via environment variables Change-Id: Ia54cbfe95e0864e7107ea3bb53ff9ba4f1df7b60 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit 70e765b1c583e5742553aee81a535d7f564f332a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
54c7afb94d
commit
eec65eea4c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user