Skip to content

Commit

Permalink
Updated conan file. Added Qt new dependency. Qt however still does
Browse files Browse the repository at this point in the history
not install/build because conan/Qt package tries to download packages
in arch that do ot exist.
  • Loading branch information
tteuling committed Jul 14, 2018
1 parent 19ddfad commit 1a5362f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions conanfile.txt
Expand Up @@ -3,8 +3,6 @@
# You need the following remotes:
# conan-center: https://conan.bintray.com [Verify SSL: True]
# bincrafters: https://api.bintray.com/conan/bincrafters/public-conan [Verify SSL: True]
# No support for newer conan Versions
# osechet: https://api.bintray.com/conan/osechet/Conan [Verify SSL: True]
#
# Not yet needed:
# conan-community: https://api.bintray.com/conan/conan-community/conan [Verify SSL: True]
Expand All @@ -17,15 +15,15 @@ protobuf/3.5.2@bincrafters/stable

# Cairo
freetype/2.9.0@bincrafters/stable
libpng/1.6.32@conan/stable
libpng/1.6.34@bincrafters/stable

# OpenGL
glfw/3.2.1.20180327@bincrafters/stable
glm/0.9.8.5@bincrafters/stable
glew/2.1.0@bincrafters/stable

# Qt5
#Qt/5.8.0@osechet/stable
Qt/5.11.1@bincrafters/stable

[generators]
cmake
Expand Down

0 comments on commit 1a5362f

Please sign in to comment.