I'm running into this problem as well. I've added -skip quick1 to the configure options. The -skip option of the configure command rejects plain "quick" because there isn't a qtquick dir, but there is a qtquick1 dir. And I still get "Project ERROR: Unknown module(s) in QT: quick" when building.
Here is my configure line:
OPENSSL_LIBS="-L/home/username/usr/lib -lssl -lcrypto" ./configure -v -prefix /home/username/usr/qt-5.1.0 -debug -opensource -confirm-license -qt-sql-sqlite -openssl-linked -nomake demos -nomake examples -dbus -no-glib -no-xcb -no-dbus -no-opengl -skip quick1
OPENSSL_LIBS="-L/home/username/usr/lib -lssl -lcrypto" ./configure -v -prefix /home/username/usr/qt-5.1.0 -debug -opensource -confirm-license -qt-sql-sqlite -openssl-linked -nomake demos -nomake examples -dbus -no-glib -no-xcb -no-dbus -no-opengl -skip quick1
To copy to clipboard, switch view to plain text mode
Bookmarks