summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/client-common/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/client-common/client.pro')
-rw-r--r--examples/wayland/custom-extension/client-common/client.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/wayland/custom-extension/client-common/client.pro b/examples/wayland/custom-extension/client-common/client.pro
deleted file mode 100644
index 95b99578a..000000000
--- a/examples/wayland/custom-extension/client-common/client.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-CONFIG += wayland-scanner
-TARGET = custom-wayland
-
-QT += waylandclient-private
-
-WAYLANDCLIENTSOURCES += ../protocol/custom.xml
-
-OTHER_FILES += client.json
-
-SOURCES += main.cpp \
- customextension.cpp
-
-HEADERS += customextension.h
-
-PLUGIN_TYPE = platforms
-load(qt_plugin)
-
-# Installation into a "proper" Qt location is most unexpected for from an example.
-CONFIG += install_ok