summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/widgets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/widgets/widgets.pro')
-rw-r--r--examples/tutorials/widgets/widgets.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/tutorials/widgets/widgets.pro b/examples/tutorials/widgets/widgets.pro
deleted file mode 100644
index 3a6e065ffc..0000000000
--- a/examples/tutorials/widgets/widgets.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = toplevel childwidget windowlayout nestedlayouts
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets
-INSTALLS += target sources
-QT += widgets