Skip to content
Snippets Groups Projects
Commit 2f0b16f2 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Conan] Bump Qt to 5.11.2.

parent 19f06d8f
No related branches found
No related tags found
No related merge requests found
......@@ -59,10 +59,14 @@ if(OGS_USE_LIS)
endif()
if(OGS_BUILD_GUI)
set(QT_VERSION 5.11.0)
if(MSVC)
set(QT_VERSION 5.11.2)
endif()
set(CONAN_REQUIRES ${CONAN_REQUIRES}
Shapelib/1.3.0@bilke/stable
libgeotiff/1.4.2@bilke/stable
Qt/5.11.0@bilke/stable
Qt/${QT_VERSION}@bilke/stable
)
set(CONAN_OPTIONS ${CONAN_OPTIONS}
VTK:minimal=False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment