* Ryan Elkholy, PhD, PE <[email protected]> [160419 18:26]: > It says it cannot find qmlplugindump, but I clearly see it in the path.
> Regardless, I went along and I manually chose the compiler/debugger/version > using the SDK and made a kit for my target. After doing so I made a sample > app that required the following: > Qt += quick qml > After trying to build I got the following compiler errors: > " > Makefile:659: warning: overriding commands for target `install_target' > Makefile:650: warning: ignoring old commands for target `install_target' > Makefile:663: warning: overriding commands for target `uninstall_target' > Makefile:654: warning: ignoring old commands for target `uninstall_target' > g++ -o testapp main.o qrc_qml.o -lQt5Quick -lQt5Gui -lQt5Qml It's still using your hosts compiler. > -lQt5Network -lQt5Core -lGLESv2 -lpthread > /usr/bin/ld: cannot find -lQt5Quick > /usr/bin/ld: cannot find -lQt5Qml The same for ld. Check your compiler configuratin in QtCreator again. Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
