Qt Creator not find the sysroot library
Unsolved
Installation and Deployment
-
Hello,
I just finished compiling qt6.3 for windows and raspberry pi4 64bit.
I have configured the new kit, compiler and device.
When I compile an example with qmake it doesn't find the libraries in sysroot.
If I manually compile and adding "-Wl, -rpath-link=sysroot/path/lib" it works.
How can I add the path of the sysroot libraries in Qt Creator?
Thanks.