Well, I have found some tutorials that explain my previous cross compiling question, but I am still unable to build an application for a Linux Embedded environment. I think/assume it is related to some PATH or ENV setting, but I don't know what it is.
I have created two Qt Embedded Linux builds - one with "-qvfb" and one with "-embedded", doing configure, make, and make install for both of them. But, when I go into Qt Creator project options and select qmake from either of the embedded builds, I get an "This Qt-Version is invalid" error.
If I go into "Manage" from the Qt Creator project options, and I hover the mouse over either of the two embedded qmake selections, a box pops up with the qmake configuration - in there, I see that the "mkspec" entry is blank and there is no "compiler" option in the list. How do I set these?
When building the two embedded builds, I merely followed the instructions from here:
http://doc.qt.nokia.com/4.6/qvfb.html
Thanks for your help




Reply With Quote
Bookmarks