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/undoframework/undoframework.pro | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 examples/tools/undoframework/undoframework.pro (limited to 'examples/tools/undoframework/undoframework.pro') diff --git a/examples/tools/undoframework/undoframework.pro b/examples/tools/undoframework/undoframework.pro deleted file mode 100644 index d50247442a..0000000000 --- a/examples/tools/undoframework/undoframework.pro +++ /dev/null @@ -1,20 +0,0 @@ -HEADERS = commands.h \ - diagramitem.h \ - diagramscene.h \ - mainwindow.h -SOURCES = commands.cpp \ - diagramitem.cpp \ - diagramscene.cpp \ - main.cpp \ - mainwindow.cpp -RESOURCES = undoframework.qrc - -# install -target.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS undoframework.pro README images -sources.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework -INSTALLS += target sources - -QT += widgets - -simulator: warning(This example might not fully work on Simulator platform) -- cgit v1.2.3