Really disabling doc and icon without Qt builds

This commit is contained in:
Matthias Koefferlein 2022-12-21 23:32:49 +01:00
parent 08b7093358
commit 5a41443487
1 changed files with 7 additions and 1 deletions

View File

@ -121,7 +121,13 @@ equals(HAVE_RUBY, "1") {
}
buddies.depends += plugins lym $$LANG_DEPENDS
unit_tests.depends += doc icons plugins lym $$MAIN_DEPENDS $$LANG_DEPENDS
unit_tests.depends += plugins lym $$MAIN_DEPENDS $$LANG_DEPENDS
!equals(HAVE_QT, "0") {
unit_tests.depends += doc icons
}
# Adds an extra target for generating the doc: "update_doc"
update_doc.commands = $$PWD/../scripts/make_drc_lvs_doc.sh