All, I'm getting a build failure when the "hellowindow" example is being compiled.
Configure options: $ ../qt5/qtbase/configure -opensource -confirm-license -developer-build -release -no-gui -no-widgets -no-cups -no-dbus -no-xcb Build output: ... cd hellowindow/ && ( test -e Makefile || /home/msandhu/work/qt5base-x11/bin/qmake /home/msandhu/work/qt5/qtbase/examples/opengl/hellowindow/hellowindow.pro -o Makefile ) && make -f Makefile Project ERROR: Unknown module(s) in QT: gui gui-private ... As you can see, I've disabled GUI (and widgets) in my configure options and its still trying to build a GUI example. Is this a bug or am I missing something obvious? Thanks, -mandeep _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
