summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/widgets/windowlayout/windowlayout.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/widgets/windowlayout/windowlayout.pro')
-rw-r--r--examples/widgets/tutorials/widgets/windowlayout/windowlayout.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/tutorials/widgets/windowlayout/windowlayout.pro b/examples/widgets/tutorials/widgets/windowlayout/windowlayout.pro
new file mode 100644
index 0000000000..39a32f5f8c
--- /dev/null
+++ b/examples/widgets/tutorials/widgets/windowlayout/windowlayout.pro
@@ -0,0 +1,11 @@
+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
+QT += widgets
+
+
+simulator: warning(This example might not fully work on Simulator platform)