Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.13.0 RC 1
-
None
-
e458b249b3dee4bd0d45addf66971e2bff1840ad (yocto/meta-boot2qt/thud)
Description
GCC depends on the threading library (sysroots/i686-pokysdk-mingw32/usr/bin/libwinpthread-1.dll), but the some of the executables are located in different path (sysroot/i686-pokysdk-mingw32/gcc/aarch64-poky-linux/8.2.0/) and fail to find the threading library, if the library is not separately added to PATH.
Qt Creator adds the bin path automatically to PATH since qmake is also there, so qmake works correctly when used from Qt Creator.