Turned on private headers for some plugins.

Reviewed-by: axis
bb10
Jonni Rainisto 2011-05-09 16:55:33 +02:00 committed by axis
parent 4973c2669a
commit 7eef0de091
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
TARGET = qwayland
include(../../qpluginbase.pri)
QT+=gui-private core-private opengl-private
DESTDIR = $$QT.gui.plugins/platforms
DEFINES += Q_PLATFORM_WAYLAND

View File

@ -5,6 +5,8 @@ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms
QT += core-private gui-private
QT+=gui-private core-private
SOURCES = \
qxcbconnection.cpp \
qxcbintegration.cpp \