I have a ubuntu app developed using the ubuntu SDK (Qt Quick QML with c++). I'm a newbie, so please excuse me if my question sounds stupid.
Now, I want to cross compile this app for an embedded linux ARM board which has QtEmbedded installed.
I've been searching through the net and found that './configure' should be used.
I wasn't able to figure out how to get started. Any help will be appreciated.