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/widgets/tools/styleplugin/styleplugin.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/widgets/tools/styleplugin/styleplugin.pro (limited to 'examples/widgets/tools/styleplugin/styleplugin.pro') diff --git a/examples/widgets/tools/styleplugin/styleplugin.pro b/examples/widgets/tools/styleplugin/styleplugin.pro new file mode 100644 index 0000000000..63805a14cc --- /dev/null +++ b/examples/widgets/tools/styleplugin/styleplugin.pro @@ -0,0 +1,11 @@ +TEMPLATE = subdirs +SUBDIRS = stylewindow \ + plugin + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin +INSTALLS += target sources + +QT += widgets -- cgit v1.2.3