summaryrefslogtreecommitdiffstats
path: root/examples/wayland/hwlayer-compositor/hwlayer-compositor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/hwlayer-compositor/hwlayer-compositor.pro')
-rw-r--r--examples/wayland/hwlayer-compositor/hwlayer-compositor.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/wayland/hwlayer-compositor/hwlayer-compositor.pro b/examples/wayland/hwlayer-compositor/hwlayer-compositor.pro
new file mode 100644
index 000000000..a6eed9079
--- /dev/null
+++ b/examples/wayland/hwlayer-compositor/hwlayer-compositor.pro
@@ -0,0 +1,14 @@
+QT += gui qml
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES = \
+ main.qml
+
+RESOURCES += hwlayer-compositor.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/wayland/hwlayer-compositor
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hwlayer-compositor.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/hwlayer-compositor
+INSTALLS += target sources