summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undoframework/undoframework.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/undoframework/undoframework.pro')
-rw-r--r--examples/widgets/tools/undoframework/undoframework.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/widgets/tools/undoframework/undoframework.pro b/examples/widgets/tools/undoframework/undoframework.pro
new file mode 100644
index 0000000000..d50247442a
--- /dev/null
+++ b/examples/widgets/tools/undoframework/undoframework.pro
@@ -0,0 +1,20 @@
+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)