From d1e8a9978bfc2c10c19e17512136460bac9d6665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Fri, 28 Oct 2022 09:14:41 +0200 Subject: tst_qapplication: Add dependency to helpers It's convenient. Pick-to: 6.4 6.2 Change-Id: I1877754bee038e0313765efe2dc845ea5504cc61 Reviewed-by: Alexandru Croitor --- tests/auto/widgets/kernel/qapplication/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/auto') diff --git a/tests/auto/widgets/kernel/qapplication/CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/CMakeLists.txt index f4f778258b..85c3ba5686 100644 --- a/tests/auto/widgets/kernel/qapplication/CMakeLists.txt +++ b/tests/auto/widgets/kernel/qapplication/CMakeLists.txt @@ -6,3 +6,8 @@ add_subdirectory(desktopsettingsaware) add_subdirectory(modal) add_subdirectory(test) + +add_dependencies(tst_qapplication + desktopsettingsaware_helper + modal_helper +) -- cgit v1.2.3