summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/mdi/mdi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/mainwindows/mdi/mdi.pro')
-rw-r--r--examples/widgets/mainwindows/mdi/mdi.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/widgets/mainwindows/mdi/mdi.pro b/examples/widgets/mainwindows/mdi/mdi.pro
new file mode 100644
index 0000000000..a4387fecd6
--- /dev/null
+++ b/examples/widgets/mainwindows/mdi/mdi.pro
@@ -0,0 +1,16 @@
+HEADERS = mainwindow.h \
+ mdichild.h
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ mdichild.cpp
+RESOURCES = mdi.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/mdi
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mdi.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/mdi
+INSTALLS += target sources
+
+QT += widgets
+
+simulator: warning(This example might not fully work on Simulator platform)