https://gitlab.opengeosys.org/ogs/ogs.git
Revision e5341ef27c5bd3aadf9ca54ca41a5263dee475d1 authored by Lars Bilke on 19 April 2021, 21:17:23 UTC, committed by Lars Bilke on 19 April 2021, 21:17:23 UTC
Draft: [conan] Bump Qt to 5.15 on Linux and Mac.

See merge request ogs/ogs!3575
2 parent s fee256a + f5f5a9d
Raw File
Tip revision: e5341ef27c5bd3aadf9ca54ca41a5263dee475d1 authored by Lars Bilke on 19 April 2021, 21:17:23 UTC
Merge branch 'qt-5.15' into 'master'
Tip revision: e5341ef
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top