summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/windowlayout/windowlayout.pro
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-05-20 12:23:47 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-05-20 12:23:47 (GMT)
commitfc6e0155cc3fa9beb3b48704a1effe87a74c2779 (patch)
tree4b3a3213763fd910b4533b61e794604574fbecf6 /examples/tutorials/widgets/windowlayout/windowlayout.pro
parent1ee923a21c270094203c5d2a861a8015598ceda1 (diff)
downloadQt-fc6e0155cc3fa9beb3b48704a1effe87a74c2779.zip
Qt-fc6e0155cc3fa9beb3b48704a1effe87a74c2779.tar.gz
Qt-fc6e0155cc3fa9beb3b48704a1effe87a74c2779.tar.bz2
Doc: First attempt at a simpler widgets tutorial.
Task-number: 253710 Reviewed-by: Trust Me
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 0000000..408f6ef
--- /dev/null
+++ b/examples/tutorials/widgets/windowlayout/windowlayout.pro
@@ -0,0 +1,7 @@
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/widgets/windowlayout
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windowlayout.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/widgets/windowlayout
+INSTALLS += target sources