Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.2
-
None
Description
When configuring Qt with bad configure-flags that doesn't exists will give false configure error.
Example:
configure -no-sql-foobar -qt-mouse-tslib
will give:
-qt-mouse-tslib: unknown argument
when it is -no-sql-foobar which is unknown.