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