Qt 6.11 is out! See what's new in the release
blog
meet a problem when attempting to promote imported target "Threads::Threads" to global scope
-
I got sysroot from latest RPi OS image.
In the sysroot, the file /usr/lib/aarch64-linux-gnu/cmake/zstd/zstdConfig.cmake has the following code,
include(CMakeFindDependencyMacro) if(ON AND "1") find_dependency(Threads) endif() include("${CMAKE_CURRENT_LIST_DIR}/zstdTargets.cmake") check_required_components("zstd") -
Hi,
Might be a silly question but did you properly use two separate build folders ?
Also why Qt 6.4.2 rather than a current version ? -
Hi,
Might be a silly question but did you properly use two separate build folders ?
Also why Qt 6.4.2 rather than a current version ? -
You did not answer about the use of an outdated version of Qt.
-
Can you try with a more recent version of Qt ?
While I understand the motivation of staying on certain version, these kind of issue might have already been solved later. -
N novum has marked this topic as solved
-
Excellent !
Good luck :-)