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

[Conan] Re-add Qt.

parent 660a37d6
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,15 @@ class OpenGeoSysConan(ConanFile): ...@@ -8,13 +8,15 @@ class OpenGeoSysConan(ConanFile):
"Shapelib/1.3.0@bilke/stable", \ "Shapelib/1.3.0@bilke/stable", \
"VTK/[>=6.3,<7.1]@bilke/stable", \ "VTK/[>=6.3,<7.1]@bilke/stable", \
"Eigen3/3.2.8@bilke/stable", \ "Eigen3/3.2.8@bilke/stable", \
"libgeotiff/1.4.1@bilke/stable" "libgeotiff/1.4.1@bilke/stable", \
"Qt/5.6.2@bilke/testing"
generators = "cmake" generators = "cmake"
default_options = \ default_options = \
"Boost:shared=False", \ "Boost:shared=False", \
"Boost:header_only=True" "Boost:header_only=True", \
"Qt:xmlpatterns=True"
def build(self): def build(self):
cmake = CMake(self.settings) cmake = CMake(self.settings)
......
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