summaryrefslogtreecommitdiffstats
path: root/examples/tools/undoframework/undoframework.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2012-11-27 14:18:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 00:56:34 +0100
commitcb961007c534b260b779ed513d33843a9dce01f4 (patch)
treed780db451451d51ab10aa114a6e01f813e32c852 /examples/tools/undoframework/undoframework.pro
parent3d66b86cb7407201f091d16130b3da73e613cc5f (diff)
Examples: move widgets specific "tools" examples to the correct place
examples/tools -> examples/widgets/tools Change-Id: I8b9e23c45e07ce5cd9da8f24a9a9f7ae10b2b107 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/tools/undoframework/undoframework.pro')
-rw-r--r--examples/tools/undoframework/undoframework.pro20
1 files changed, 0 insertions, 20 deletions
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)