summaryrefslogtreecommitdiffstats
path: root/profiles/qt/windows/6.1.0/qt-6.1.0-msvc2019_64
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-01-27 08:29:24 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-01-27 09:24:28 +0000
commit3cc12c69fb7e6b7a84d80e89a680efdba7bd4383 (patch)
tree569e43193796fa52012dcd5b3971d4f6432cdeeb /profiles/qt/windows/6.1.0/qt-6.1.0-msvc2019_64
parent46074c4a636d7722cdc5aa48b3e0309c087f98af (diff)
Add initial conan profiles for Qt 6.1.0
Task-number: QTBUG-90262 Change-Id: I8d1b2d97518a96d58bc8043e38ebf48d4290a365 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'profiles/qt/windows/6.1.0/qt-6.1.0-msvc2019_64')
-rw-r--r--profiles/qt/windows/6.1.0/qt-6.1.0-msvc2019_6413
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/qt/windows/6.1.0/qt-6.1.0-msvc2019_64 b/profiles/qt/windows/6.1.0/qt-6.1.0-msvc2019_64
new file mode 100644
index 0000000..59fe7e2
--- /dev/null
+++ b/profiles/qt/windows/6.1.0/qt-6.1.0-msvc2019_64
@@ -0,0 +1,13 @@
+[settings]
+ os=Windows
+ arch=x86_64
+ compiler=Visual Studio
+ compiler.version=16
+ build_type=Release
+[options]
+qt6=6.1.0
+[build_requires]
+[env]
+QT_PATH=%QT_VERSION_PATH%\msvc2019_64
+CONAN_CMAKE_GENERATOR=Ninja
+