summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py
index ba82f7d826..85c1bb4723 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