summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/client-common/client.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2016-12-15 13:24:00 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-01-02 12:30:25 +0000
commite26696524ceb58f4fe0cb7202d873240b6a9478d (patch)
tree0a55cc719068f7135626d4c7024f27916233df95 /examples/wayland/custom-extension/client-common/client.pro
parent568e7160184cb9312f115fb61ac06f4a90b2d982 (diff)
Remove unused files from example
Change-Id: I8ce9c4b284da2d3e7f88e8449be22f9a25b5a2e0 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
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