summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2013-11-20 16:19:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-27 15:32:28 +0100
commit83791e4c0104d8b87ad2f198f9c07407c45603e3 (patch)
tree1e648ce8598c363c06796cd7cb599e1ffd68d875 /src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro
parent4e6e4783802c0a4483ab59a1bafbc2822eb5b725 (diff)
Move to new hardware structure for the platform plugins
Change-Id: I0d383e4cdd59c4e4eae5506c814f0c80ecbf58ae Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro')
-rw-r--r--src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro b/src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro
index 070b7bce7..31bc718ff 100644
--- a/src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro
+++ b/src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro
@@ -1,21 +1,14 @@
PLUGIN_TYPE = platforms
load(qt_plugin)
-include(../wayland_common/wayland_common.pri)
+QT += waylandclient-private
+
+include(../../../hardwareintegration/client/brcm-egl/brcm-egl.pri)
LIBS += -lEGL
OTHER_FILES += \
qwayland-brcm-egl.json
-SOURCES += qwaylandbrcmeglintegration.cpp \
- qwaylandbrcmglcontext.cpp \
- qwaylandbrcmeglwindow.cpp \
- main.cpp
-
-HEADERS += qwaylandbrcmeglintegration.h \
- qwaylandbrcmglcontext.h \
- qwaylandbrcmeglwindow.h
+SOURCES += main.cpp
-CONFIG += wayland-scanner
-WAYLANDCLIENTSOURCES += ../../../extensions/brcm.xml