Fix toplevel Qt build (for real this time)

reused_dir_targets takes a list of targets, not directories, so provide
that one. Amends 953c1cf394

Fixes: QTBUG-98468
Change-Id: I44e811ff738c5a51845c4829e1e6928e5f2f06f1
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 00c352c4d4)
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
This commit is contained in:
Fabian Kosmale 2021-11-24 08:25:48 +01:00
parent 45d63800d7
commit 4e8fe676d2
1 changed files with 5 additions and 5 deletions

View File

@ -54,11 +54,11 @@ set(reused_dir_targets
imageelements_shared
delegatechooser_shared
pointerhandlers_shared
particles/affectors_shared
particles/emitters_shared
particles/imageparticle_shared
particles/itemparticle_shared
particles/system_shared
affectors_shared
emitters_shared
imageparticle_shared
itemparticle_shared
system_shared
draganddrop_shared
)
foreach(target IN LISTS reused_dir_targets)