summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-05-28 12:55:54 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-05-30 10:57:41 +0000
commit00c3418b1ef9dfdbf1b6606a07e784256bd2da70 (patch)
tree578ce9b1229fe734009f8eaf05f7f7da550adbe6 /mkspecs
parent286c153583877bbca73878faaba0ef54cf0af9bd (diff)
remove support for demos/ directories
no module had one for ages. Change-Id: Ifb829140e6c97d43e1c8431cb377af8a12231f95 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_parts.prf10
1 files changed, 0 insertions, 10 deletions
diff --git a/mkspecs/features/qt_parts.prf b/mkspecs/features/qt_parts.prf
index 67e218ca73..3d5eb96742 100644
--- a/mkspecs/features/qt_parts.prf
+++ b/mkspecs/features/qt_parts.prf
@@ -44,16 +44,6 @@ exists($$_PRO_FILE_PWD_/examples/examples.pro) {
SUBDIRS += sub_examples
}
-# Some modules still have these
-exists($$_PRO_FILE_PWD_/demos/demos.pro) {
- sub_demos.subdir = demos
- sub_demos.target = sub-demos
- contains(SUBDIRS, sub_src): sub_demos.depends = sub_src
- examples_need_tools: sub_demos.depends += sub_tools
- !contains(QT_BUILD_PARTS, examples): sub_demos.CONFIG = no_default_target no_default_install
- SUBDIRS += sub_demos
-}
-
exists($$_PRO_FILE_PWD_/tests/tests.pro) {
sub_tests.subdir = tests
sub_tests.target = sub-tests