Thanks for the quick reply. Is this something that is wrong with the toolchain or is it configuration of QtCreator? If QtCreator, what do I do to fix it? Are there specific variables in the Project's build environment setting that I should look at?
Also, if that is the case then this would have to be done on a per project basis. How can I fix it in the toolchain so that it is automatically detected and corrected in QtCreator? > On Apr 20, 2016, at 4:04 AM, Anders Darander <[email protected]> wrote: > > * 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
