conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
946 stars 1.72k forks source link

[package] qt6: qmltestrunner not in package #24276

Open jcar87 opened 3 months ago

jcar87 commented 3 months ago

Description

.

Package and Environment Details

.

Conan profile

.

Steps to reproduce

on macos:

conan create . --version=6.7.1

Logs

ERROR: qt/6.7.1: Error in package() method, line 871 assert False, f"Could not find executable {target}{extension} in {self.package_folder}" AssertionError: Could not find executable qmltestrunner in /xxx/p/b/qt6f56e4472f231/p

seen with PR proposed in https://github.com/conan-io/conan-center-index/pull/24193/files

however this was a warning in master - this target is not being built

SvenRoederer commented 2 months ago

according to https://github.com/qt/qtdeclarative/blob/52cd181777d0578d8ea06eb592242a58b20e995c/tools/CMakeLists.txt#L47 qmltestrunner is never build for (ANDROID OR WASM OR IOS OR VISIONOS OR rtems) and beside this depends only on QuickTest. But for the moment I don't know if QucikTest is being build by default.