summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/widgets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/widgets/widgets.pro')
-rw-r--r--examples/tutorials/widgets/widgets.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/tutorials/widgets/widgets.pro b/examples/tutorials/widgets/widgets.pro
new file mode 100644
index 0000000000..c03d43d7c2
--- /dev/null
+++ b/examples/tutorials/widgets/widgets.pro
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+SUBDIRS = toplevel childwidget windowlayout nestedlayouts
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets
+INSTALLS += target sources