Re: [Interest] Issue with CMake and Qt6 on Windows

2023-08-30 Thread Corentin Bacqué-cazenave via Interest
Hi, thanks a lot, it's working perfectly now :) Le 30/08/2023 à 15:40, Alexandru Croitor a écrit : Hi, Instead of specifying the Qt6_DIR env var, pass -DCMAKE_PREFIX_PATH=C:\Qt\6.6.0\msvc2019_64 to CMake. Specifying the Qt6_DIR cache var is not sufficient to find Qt at the moment (there is

Re: [Interest] Issue with CMake and Qt6 on Windows

2023-08-30 Thread Alexandru Croitor via Interest
Hi, Instead of specifying the Qt6_DIR env var, pass -DCMAKE_PREFIX_PATH=C:\Qt\6.6.0\msvc2019_64 to CMake. Specifying the Qt6_DIR cache var is not sufficient to find Qt at the moment (there is an open bug about it). Specifying the Qt6_DIR env var not being sufficient is likely the same issue. >

[Interest] Issue with CMake and Qt6 on Windows

2023-08-30 Thread Corentin Bacqué-cazenave via Interest
Hi, Itm trying to build a project which use Qt on Windows with CMake. I defined an env-variable Qt6_DIR to C:\Qt\6.6.0\msvc2019_64 I have the following error: "  Found package configuration file: C:/Qt/6.6.0/msvc2019_64/lib/cmake/Qt6/Qt6Config.cmake   but it set Qt6_FOUND to FALSE so package