summaryrefslogtreecommitdiffstats
path: root/examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro')
-rw-r--r--examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro b/examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro
deleted file mode 100644
index 098034f3b..000000000
--- a/examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-QT += core gui qml
-
-QT += waylandcompositor-private
-
-SOURCES += \
- main.cpp
-
-OTHER_FILES = \
- qml/main.qml \
- images/background.jpg
-
-RESOURCES += compositor.qrc
-
-TARGET = texture-sharing-custom-compositor
-
-target.path = $$[QT_INSTALL_EXAMPLES]/wayland/texture-sharing/custom-compositor
-INSTALLS += target