summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri')
-rw-r--r--src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri b/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
new file mode 100644
index 000000000..2d4771a2a
--- /dev/null
+++ b/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
@@ -0,0 +1,14 @@
+INCLUDEPATH += $$PWD
+
+!contains(QT_CONFIG, no-pkg-config) {
+ CONFIG += link_pkgconfig
+ PKGCONFIG += wayland-server wayland-egl egl
+} else {
+ LIBS += -lwayland-egl -lwayland-server -lEGL
+}
+
+SOURCES += \
+ $$PWD/waylandeglclientbufferintegration.cpp
+
+HEADERS += \
+ $$PWD/waylandeglclientbufferintegration.h