summaryrefslogtreecommitdiffstats
path: root/examples/wayland/subsurface/subsurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/subsurface/subsurface.pro')
-rw-r--r--examples/wayland/subsurface/subsurface.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/wayland/subsurface/subsurface.pro b/examples/wayland/subsurface/subsurface.pro
new file mode 100644
index 000000000..5371ac5f5
--- /dev/null
+++ b/examples/wayland/subsurface/subsurface.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+
+QT += \
+ gui gui-private core-private\
+ quick \
+ waylandclient \
+
+HEADERS += \
+ shmwindow.h \
+
+SOURCES += \
+ main.cpp \
+ shmwindow.cpp \
+
+RESOURCES += \
+ qml.qrc
+