summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri')
-rw-r--r--src/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri b/src/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri
new file mode 100644
index 000000000..2df101092
--- /dev/null
+++ b/src/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri
@@ -0,0 +1,13 @@
+INCLUDEPATH += $$PWD
+
+QMAKE_USE_PRIVATE += egl wayland-server
+
+SOURCES += \
+ $$PWD/dmabufserverbufferintegration.cpp
+
+
+HEADERS += \
+ $$PWD/dmabufserverbufferintegration.h
+
+CONFIG += wayland-scanner
+WAYLANDSERVERSOURCES += $$PWD/../../../extensions/qt-dmabuf-server-buffer.xml