summaryrefslogtreecommitdiffstats
path: root/examples/webengine/lifecycle/lifecycle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/lifecycle/lifecycle.pro')
-rw-r--r--examples/webengine/lifecycle/lifecycle.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/webengine/lifecycle/lifecycle.pro b/examples/webengine/lifecycle/lifecycle.pro
deleted file mode 100644
index 74fbf23c1..000000000
--- a/examples/webengine/lifecycle/lifecycle.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = app
-
-QT += quickcontrols2 webengine
-
-SOURCES += main.cpp
-
-RESOURCES += resources.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/webengine/lifecycle
-INSTALLS += target