Project ERROR: Unknown module(s) in QT: quick-private
-
hi guys
i'm trying to compile Qt 5.2.1 from sources on Rhel 6.3 Santiago. I have the following error with make :
bq. Project ERROR: Unknown module(s) in QT: quick-private
The configure options I use are:
bq. ./configure -developer-build -confirm-license -opensource -no-opengl -nomake examples -no-dbus -qt-xcb -no-dbus
Any ideas ?
Thanks
-
Add:
@
-skip qtquick1 -skip declarative
@ -
[quote author="billconan" date="1394897072"]I have the same issue.
tried to build 5.3 alpha under ubuntu 13.10
I'm using a 2011 mac mini, the nvidia driver doesn't install gl headers, so I'm building qt without opengl.[/quote]
Install mesa, then the nVidia driver. It should work. For detailed info, please visit the wiki page called 'Building Qt5 from git'.