From cb961007c534b260b779ed513d33843a9dce01f4 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 27 Nov 2012 14:18:41 +0100 Subject: Examples: move widgets specific "tools" examples to the correct place examples/tools -> examples/widgets/tools Change-Id: I8b9e23c45e07ce5cd9da8f24a9a9f7ae10b2b107 Reviewed-by: hjk --- examples/tools/echoplugin/echoplugin.pro | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 examples/tools/echoplugin/echoplugin.pro (limited to 'examples/tools/echoplugin/echoplugin.pro') diff --git a/examples/tools/echoplugin/echoplugin.pro b/examples/tools/echoplugin/echoplugin.pro deleted file mode 100644 index ffd48fd25f..0000000000 --- a/examples/tools/echoplugin/echoplugin.pro +++ /dev/null @@ -1,13 +0,0 @@ -#! [0] -TEMPLATE = subdirs -SUBDIRS = echowindow \ - plugin -#! [0] - -# install -target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echoplugin.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin -INSTALLS += target sources - -QT += widgets -- cgit v1.2.3