Hey All;

I've got a arm based device that has no GUI display on it.
I would still like to use the QtCore, QtNetwork, and QtXml libraries on it.
Thus the question;

Is there an easy there an easy way to turn off cross-compilation of the GUI related libraries ? or do I have to go through a massive list of -no-feature-<feature> configure options ?

Does anyone have a sample of their ./configure settings to do this sort of thing that they could post ?

J.Kane