Skip to content

Commit

Permalink
Update V1 test conanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer committed Sep 7, 2024
1 parent 79ed1eb commit 7a8b047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/qt/6.x.x/test_v1_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class TestPackageConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "cmake", "cmake_find_package_multi", "cmake_find_package", "pkg_config", "qmake"

def requirements(self):
self.requires(self.tested_reference_str, options={"qttools": True}, run=can_run(self))

def build_requirements(self):
self.tool_requires("cmake/3.25.3")
if self._meson_supported():
Expand Down

0 comments on commit 7a8b047

Please sign in to comment.