Skip to content

Commit

Permalink
don't expect qmltestrunner in qtdeclarative
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Jun 10, 2024
1 parent 906ac2f commit eba192a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,8 @@ def package(self):
targets.append("qsb")
if self.options.qtdeclarative:
targets.extend(["qmltyperegistrar", "qmlcachegen", "qmllint", "qmlimportscanner"])
targets.extend(["qmlformat", "qml", "qmlprofiler", "qmlpreview", "qmltestrunner"])
targets.extend(["qmlformat", "qml", "qmlprofiler", "qmlpreview"])
# Note: consider "qmltestrunner", see https://github.com/conan-io/conan-center-index/issues/24276
if self.options.get_safe("qtremoteobjects"):
targets.append("repc")
if self.options.get_safe("qtscxml"):
Expand Down

0 comments on commit eba192a

Please sign in to comment.