Skip to content

Commit

Permalink
remove support for demos/ directories
Browse files Browse the repository at this point in the history
no module had one for ages.

Change-Id: Ifb829140e6c97d43e1c8431cb377af8a12231f95
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
ossilator committed May 30, 2018
1 parent 286c153 commit 00c3418
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mkspecs/features/qt_parts.prf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00c3418

Please sign in to comment.