Skip to content
Snippets Groups Projects
Unverified Commit 8359e71a authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

Merge pull request #2750 from bilke/fix-qt

Fix Conan qt
parents e71855a2 6431b4a0
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,18 @@ if(OGS_BUILD_GUI)
set(CONAN_REQUIRES ${CONAN_REQUIRES}
shapelib/1.3.0@bilke/stable
libgeotiff/1.4.2@bilke/stable
qt/5.13.2@bincrafters/stable
# Fix for "Conflict in pcre/8.41@bincrafters/stable"
# Overrides for dependency mismatches
bzip2/1.0.8
zlib/1.2.11
)
if(UNIX AND NOT APPLE)
set(CONAN_REQUIRES ${CONAN_REQUIRES}
qt/5.12.4@bincrafters/stable
# Override for using older version with less (broken) dependencies
xkbcommon/0.8.3@bincrafters/stable)
else()
set(CONAN_REQUIRES ${CONAN_REQUIRES} qt/5.13.2@bincrafters/stable)
endif()
set(CONAN_OPTIONS ${CONAN_OPTIONS}
vtk:minimal=False
vtk:qt=True
......
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