qt5base-lts/config.tests
Thiago Macieira a0aad0b1b2 Add a functionality test for DirectFB to ensure it compiles.
Some versions of the DirectFB headers are unclean and will cause Qt
compilation failures. So blacklist those versions. Version 1.5.3
(present in Fedora 16) is known to be buggy and gets disabled by this
patch.

The compile error was:
  qurlquery.h:169:5: error: ‘typeof’ was not declared in this scope

(qplatformcursor_qpa.h includes qevent.h which includes qurl.h which
includes that)

The error comes from the Q_FOREACH expansion. Note that Q_FOREACH uses
__typeof__, so it's supposed to be safe, unless someone ill-advised
goes and defines the GCC "safe" macro (double underscores on both
sides) to something else.

Change-Id: Ida41ee3b3c2fcba86a7e12182e7055123166693b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-04-19 11:07:25 +02:00
..
arch Make architecture detection more robust. 2012-03-22 20:59:27 +01:00
mac Clean up default arch setting on Mac OS X 2012-02-17 11:44:29 +01:00
qpa EGLFS: Integrate building into configure. 2012-03-21 03:03:29 +01:00
unix Add a functionality test for DirectFB to ensure it compiles. 2012-04-19 11:07:25 +02:00
x11 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00