Add private header support to the EGLFS platform plugin.
authorJason Barron <jason.barron@nokia.com>
Thu, 26 May 2011 09:52:31 +0000 (11:52 +0200)
committerQt Continuous Integration System <qt-info@nokia.com>
Thu, 26 May 2011 10:51:11 +0000 (12:51 +0200)
Several of the QPA headers include private headers in the Core, Gui and
OpenGL modules and with the new modularized Qt, we need to opt-in for
these.

Change-Id: Ib7a81f7843ef89e3c5c5218f790287bb6c00e4cb
Reviewed-on: http://codereview.qt.nokia.com/133
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/plugins/platforms/eglfs/eglfs.pro

index 3692e38..471cf63 100644 (file)
@@ -2,7 +2,7 @@ TARGET = qeglfs
 TEMPLATE = lib
 CONFIG += plugin
 
-QT += opengl
+QT += opengl core-private gui-private opengl-private
 
 DESTDIR = $$QT.gui.plugins/platforms