qt6.6 scroll issues

CURA-11468
This commit is contained in:
saumya.jain 2024-01-03 12:23:40 +01:00
parent 6aaee84b95
commit 2fbdb633e1
4 changed files with 4 additions and 0 deletions

View file

@ -71,6 +71,7 @@ class CuraConan(ConanFile):
self._cura_env = Environment()
self._cura_env.define("QML2_IMPORT_PATH", str(self._site_packages.joinpath("PyQt6", "Qt6", "qml")))
self._cura_env.define("QT_PLUGIN_PATH", str(self._site_packages.joinpath("PyQt6", "Qt6", "plugins")))
self._cura_env.define("QT_QUICK_FLICKABLE_WHEEL_DECELERATION", "5000")
if not self.in_local_cache:
self._cura_env.define("CURA_DATA_ROOT", str(self._share_dir.joinpath("cura")))