summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/mainwindows.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mainwindows/mainwindows.pro')
-rw-r--r--examples/mainwindows/mainwindows.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/mainwindows/mainwindows.pro b/examples/mainwindows/mainwindows.pro
new file mode 100644
index 0000000..90ff3a5
--- /dev/null
+++ b/examples/mainwindows/mainwindows.pro
@@ -0,0 +1,13 @@
+TEMPLATE = subdirs
+SUBDIRS = application \
+ dockwidgets \
+ mdi \
+ menus \
+ recentfiles \
+ sdi
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows
+INSTALLS += target sources