summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Barron <jason.barron@nokia.com>2011-05-26 11:52:31 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-26 12:51:11 +0200
commit8c9deffcb38eb0a75b876c37613d02eb14c2c0f6 (patch)
tree0c292e6d5796dd28e0dd06b0d038c1d468baf480 /src
parentc1e372a5a3a2decb3c63e28819e601d5e86ff6ea (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/eglfs/eglfs.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/eglfs.pro b/src/plugins/platforms/eglfs/eglfs.pro
index 3692e38e1b..471cf63dd8 100644
--- a/src/plugins/platforms/eglfs/eglfs.pro
+++ b/src/plugins/platforms/eglfs/eglfs.pro
@@ -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