View Single Post
Posts: 1 | Thanked: 0 times | Joined on Aug 2010
#9
I have a problem compiling a project for maemo. I can compile it for Mac with Qt Creator. When using Qt Creator + MADDE to compile for Maemo, I got the following errors:
Code:
arm-none-linux-gnueabi-g++: QtXml: No such file or directory
arm-none-linux-gnueabi-g++: QtGui: No such file or directory
arm-none-linux-gnueabi-g++: QtNetwork: No such file or directory
arm-none-linux-gnueabi-g++: QtCore: No such file or directory
make: *** [MFTransfer] Error 1
In my understanding, these should be found within MADDE installation.

I'm using Qt Creator 2.0.1. and MADDE 0.6.72.

Any ideas what could the problem?