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 --- .../widgets/tools/styleplugin/plugin/plugin.pro | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/widgets/tools/styleplugin/plugin/plugin.pro (limited to 'examples/widgets/tools/styleplugin/plugin/plugin.pro') diff --git a/examples/widgets/tools/styleplugin/plugin/plugin.pro b/examples/widgets/tools/styleplugin/plugin/plugin.pro new file mode 100644 index 0000000000..c13af5a36c --- /dev/null +++ b/examples/widgets/tools/styleplugin/plugin/plugin.pro @@ -0,0 +1,25 @@ +#! [0] +TEMPLATE = lib +CONFIG += plugin +HEADERS = simplestyle.h \ + simplestyleplugin.h +SOURCES = simplestyle.cpp \ + simplestyleplugin.cpp +OTHER_FILES += simplestyle.json +TARGET = simplestyleplugin +#! [0] +win32 { + CONFIG(debug, release|debug):DESTDIR = ../debug/styles/ + CONFIG(release, release|debug):DESTDIR = ../release/styles/ +} else { + DESTDIR = ../styles/ +} + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/plugin +INSTALLS += target sources + + +QT += widgets -- cgit v1.2.3