Skip to content

Commit

Permalink
Update test v1 to work with Qt 5 & 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-b committed Nov 27, 2023
1 parent 0fcf732 commit 313ffd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/qwt/all/test_v1_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class TestPackageConan(ConanFile):

def build(self):
cmake = CMake(self)
cmake.definitions["QT_VERSION"] = self.dependencies["qt"].ref.version
cmake.configure()
cmake.build()

Expand Down

0 comments on commit 313ffd5

Please sign in to comment.