summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/childwidget/childwidget.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/widgets/childwidget/childwidget.pro')
-rw-r--r--examples/tutorials/widgets/childwidget/childwidget.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/tutorials/widgets/childwidget/childwidget.pro b/examples/tutorials/widgets/childwidget/childwidget.pro
deleted file mode 100644
index eda5ba83a0..0000000000
--- a/examples/tutorials/widgets/childwidget/childwidget.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-SOURCES = main.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/childwidget
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS childwidget.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets/childwidget
-INSTALLS += target sources
-QT += widgets
-
-
-simulator: warning(This example might not fully work on Simulator platform)