[Development] Build failure: GUI example being compiled even with -no-gui -no-widgets

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Fri Aug 29 02:02:33 CEST 2014


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



More information about the Development mailing list