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.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/mainwindows/mainwindows.pro b/examples/mainwindows/mainwindows.pro
new file mode 100644
index 0000000000..d44f9f0b49
--- /dev/null
+++ b/examples/mainwindows/mainwindows.pro
@@ -0,0 +1,19 @@
+TEMPLATE = subdirs
+SUBDIRS = application \
+ dockwidgets \
+ mdi \
+ menus \
+ recentfiles \
+ sdi
+
+symbian: SUBDIRS = \
+ menus
+
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)