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