Add private header support to the EGLFS platform plugin.

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>
This commit is contained in:
Jason Barron 2011-05-26 11:52:31 +02:00 committed by Qt Continuous Integration System
parent c1e372a5a3
commit 8c9deffcb3

View 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