diff options
author | Donald Carr <sirspudd@gmail.com> | 2016-11-15 09:11:25 -0800 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-11-22 10:02:20 +0000 |
commit | 61e2b73e0922bd9983cd45a274ab4b813b380aff (patch) | |
tree | d0fb69b3569874f8ea132670a251e160bc69b6c6 /src/hardwareintegration | |
parent | 8493c29c0b739d0de2d79461695e615536031227 (diff) | |
download | qtwayland-61e2b73e0922bd9983cd45a274ab4b813b380aff.tar.gz |
Fix build of brcm-egl client
Addendum to 3443483c9efdcfbfe049f96c83f83a5bf1d81e61
Change-Id: I915495d506efaa23f8f901293ee12ef5ec1736de
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/hardwareintegration')
-rw-r--r-- | src/hardwareintegration/client/brcm-egl/brcm-egl.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hardwareintegration/client/brcm-egl/brcm-egl.pri b/src/hardwareintegration/client/brcm-egl/brcm-egl.pri index c4ccdcc6..e4fd68f3 100644 --- a/src/hardwareintegration/client/brcm-egl/brcm-egl.pri +++ b/src/hardwareintegration/client/brcm-egl/brcm-egl.pri @@ -8,6 +8,7 @@ contains(QT_CONFIG, no-pkg-config) { } CONFIG += egl +QT += egl_support-private SOURCES += $$PWD/qwaylandbrcmeglintegration.cpp \ $$PWD/qwaylandbrcmglcontext.cpp \ |