You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conan 1.43.1 and earlier would generate qt-config.cmake successfully for CMakeDeps generator and a project could find and use the package as qt::qt in cmake.
Conan 1.43.2 and newer fails because the build modules and builddirs are not fully defined (not setting properties).
Package and Environment Details (include every applicable attribute)
Package Name/Version: qt/5.15.2
Operating System+version: Windows 10
Compiler+version: Visual Studio 16
Docker image: conanio/gcc8
Conan version: conan 1.45.0
Python version: Python 3.7.8
Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)
PS C:\MyProj> conan profile show default
Configuration for profile default:
[settings]
os=Windows
os_build=Windows
arch=x86_64
arch_build=x86_64
compiler=Visual Studio
compiler.version=16
build_type=Release
[options]
[conf]
[build_requires]
[env]
PS C:\MyProj> conan profile show default_build
Configuration for profile default_build:
[settings]
os_build=Windows
arch_build=x86_64
[options]
[conf]
[build_requires]
[env]
Conan 1.43.1 and earlier would generate qt-config.cmake successfully for CMakeDeps generator and a project could find and use the package as qt::qt in cmake.
Conan 1.43.2 and newer fails because the build modules and builddirs are not fully defined (not setting properties).
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
conanfile.txt:
[requires]
qt/5.15.2
[generators]
CMakeDeps
CMakeList.txt:
find_package(qt CONFIG REQUIRED)
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: