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.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/quick/window/window/window.pro b/examples/quick/window/window/window.pro
deleted file mode 100644
index 3525a893fa..0000000000
--- a/examples/quick/window/window/window.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-QT += qml
-
-SOURCES += window.cpp
-RESOURCES += window.qrc
-
-EXAMPLE_FILES = \
- nogui.qml \
- standalone.qml \
- twowindows.qml
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
-INSTALLS = target