mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Get Qt from Conan on Windows.
This commit is contained in:
parent
255e776cac
commit
5cdb69dab2
10 changed files with 27 additions and 7 deletions
|
@ -6,3 +6,5 @@ compiler.version=192
|
|||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -7,4 +7,6 @@ compiler.runtime=dynamic
|
|||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -6,3 +6,5 @@ compiler.version=192
|
|||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=Release
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -7,4 +7,6 @@ compiler.runtime=dynamic
|
|||
compiler.runtime_type=Release
|
||||
build_type=Release
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -5,4 +5,6 @@ arch=x86_64
|
|||
arch_build=x86_64
|
||||
compiler=Visual Studio
|
||||
compiler.version=16
|
||||
build_type=RelWithDebInfo
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -5,4 +5,6 @@ compiler=msvc
|
|||
compiler.version=194
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
||||
build_type=Debug
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -7,4 +7,6 @@ compiler.runtime=dynamic
|
|||
compiler.runtime_type=Debug
|
||||
build_type=Debug
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -5,4 +5,6 @@ compiler=msvc
|
|||
compiler.version=194
|
||||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=Release
|
||||
build_type=Release
|
||||
build_type=Release
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -7,4 +7,6 @@ compiler.runtime=dynamic
|
|||
compiler.runtime_type=Release
|
||||
build_type=Release
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
|
@ -6,3 +6,5 @@ compiler.version=194
|
|||
compiler.runtime=dynamic
|
||||
compiler.runtime_type=RelWithDebInfo
|
||||
build_type=RelWithDebInfo
|
||||
[options]
|
||||
Overte/*:qt_source=aqt
|
Loading…
Reference in a new issue