tst_qapplication: Add dependency to helpers

It's convenient.

Change-Id: I1877754bee038e0313765efe2dc845ea5504cc61
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit d1e8a9978bfc2c10c19e17512136460bac9d6665)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mårten Nordheim 2022-10-28 09:14:41 +02:00 committed by Qt Cherry-pick Bot
parent 315a5e3257
commit 3a08518224

View File

@ -3,3 +3,8 @@
add_subdirectory(desktopsettingsaware)
add_subdirectory(modal)
add_subdirectory(test)
add_dependencies(tst_qapplication
desktopsettingsaware_helper
modal_helper
)