aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window/window/window.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/window/window/window.pro')
-rw-r--r--examples/quick/window/window/window.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/quick/window/window/window.pro b/examples/quick/window/window/window.pro
new file mode 100644
index 0000000000..e8a022361f
--- /dev/null
+++ b/examples/quick/window/window/window.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+CONFIG += qt
+QT += qml
+
+SOURCES += window.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
+qml.files = Window.qml nogui.qml standalone.qml twowindows.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
+
+INSTALLS = target qml