Hi everyone,
i've just downloaded the new QT 5.1.0 sources and i'm trying to crosscompile the library for ARM.
From the main directory i've lauched this configuration:

./configure -release -opensource -confirm-license -xplatform linux-arm-gnueabi-g++ -prefix /myDir/ -no-opengl -no-icu -no-xcb

make

i got this errors during ‘make’ command:

Project ERROR: Unknown module(s) in QT: quick
make3: *** [sub-widgets-make_first] Error 3
make3: Leaving directory `/opt/QT/qt-everywhere-opensource-src-5.1.0/qtdeclarative/src/imports’
make2: *** [sub-imports-make_first-ordered] Error 2
make2: Leaving directory `/opt/QT/qt-everywhere-opensource-src-5.1.0/qtdeclarative/src’
make1: *** [sub-src-make_first] Error 2
make1: Leaving directory `/opt/QT/qt-everywhere-opensource-src-5.1.0/qtdeclarative’
make: *** [module-qtdeclarative-make_first] Error 2

Can anyone help me?
Thanks