From e26696524ceb58f4fe0cb7202d873240b6a9478d Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 15 Dec 2016 13:24:00 +0100 Subject: Remove unused files from example Change-Id: I8ce9c4b284da2d3e7f88e8449be22f9a25b5a2e0 Reviewed-by: Johan Helsing --- .../wayland/custom-extension/client-common/client.pro | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/wayland/custom-extension/client-common/client.pro (limited to 'examples/wayland/custom-extension/client-common/client.pro') 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 -- cgit v1.2.3