Skip to content

Commit

Permalink
Changed SimCenterCommonQt options to use Qt3D
Browse files Browse the repository at this point in the history
  • Loading branch information
el7addad committed Feb 5, 2020
1 parent f2d0a4b commit da5ca23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class WEUQ(ConanFile):
generators = "qmake"
requires = "SimCenterCommonQt/0.1.0@simcenter/testing", "SimCenterBackendApplications/1.1.0@simcenter/stable"

default_options = {"SimCenterCommonQt:MDOFwithQt3D": True}

def configure(self):
if self.settings.os == "Windows":
self.options["libcurl"].with_winssl = True
Expand Down

0 comments on commit da5ca23

Please sign in to comment.