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
akashdiphazra
changed the title
[package] qt/6.61: failed to build on msvc compiler in windows 11.
[package] qt/6.6.1: failed to build on msvc compiler in windows 11.
Jan 23, 2024
Description
I am trying to build gui qt application on windows my project structure is
conan.py
from conan.tools.cmake import CMake, CMakeToolchain, CMakeDeps
from conan import ConanFile
import os
class Application(ConanFile):
name = "Application"
CMakeLists.txt
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.version=193
os=Windows
Steps to reproduce
** just install qt/6.6.1 on windows 11 and use msvc compiler to build.
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: