From cee14f3a61f3710f9f015a9a452c852bcbdcf6d4 Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Mon, 23 Sep 2024 12:59:20 +0200 Subject: [PATCH] Change qt --- conanfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index a61f0ff..3d946cc 100644 --- a/conanfile.py +++ b/conanfile.py @@ -99,7 +99,8 @@ def generate(self): # Use the Qt provided .cmake files qtpath = pathlib.Path(self.deps_cpp_info["qt"].rootpath) qt_root = str(list(qtpath.glob("**/Qt6Config.cmake"))[0].parents[3].as_posix()) - tc.variables["CMAKE_PREFIX_PATH"] = qt_root + + tc.variables["Qt6_DIR"] = qt_root # Set the installation directory for ManiVault based on the MV_INSTALL_DIR environment variable # or if none is specified, set it to the build/install dir.