summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/windowlayout/windowlayout.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/widgets/windowlayout/windowlayout.pro')
-rw-r--r--examples/tutorials/widgets/windowlayout/windowlayout.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/tutorials/widgets/windowlayout/windowlayout.pro b/examples/tutorials/widgets/windowlayout/windowlayout.pro
new file mode 100644
index 0000000000..f8b55ba214
--- /dev/null
+++ b/examples/tutorials/widgets/windowlayout/windowlayout.pro
@@ -0,0 +1,7 @@
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/windowlayout
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windowlayout.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/windowlayout
+INSTALLS += target sources