From 140b37c340aa7d2f27d05b34c820d9c83e335a30 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 3 Apr 2022 20:39:58 +0200 Subject: [PATCH] Try to fix randomly failing jenkins --- autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 098af33d9..26d3f55a1 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -118,7 +118,7 @@ if(KF5Activities_FOUND AND BUILD_DESKTOP) endif() if(BUILD_DESKTOP) - ecm_add_test(annotationtoolbartest.cpp ../shell/okular_main.cpp ../shell/shellutils.cpp ../shell/shell.cpp ../shell/welcomescreen.cpp ../shell/recentitemsmodel.cpp closedialoghelper.cpp + ecm_add_test(annotationtoolbartest.cpp ../shell/okular_main.cpp ../shell/shellutils.cpp ../shell/shell.cpp ../shell/welcomescreen.cpp ../shell/recentitemsmodel.cpp closedialoghelper.cpp ../shell/welcomescreen.ui TEST_NAME "annotationtoolbartest" LINK_LIBRARIES Qt5::Test okularpart )