From e15a99f39f618549f78cfebcd158b6e65433390b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 13 Mar 2021 15:26:49 +0100 Subject: [PATCH] Remove Test from QT_LIBRARIES --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00409177..22295ba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,7 +207,6 @@ if(Qt${QT_MAJOR_VERSION}WinExtras_FOUND) endif() if(Qt${QT_MAJOR_VERSION}Test_FOUND) set(QtTest_LIBRARIES Qt${QT_MAJOR_VERSION}::Test) - list(APPEND QT_LIBRARIES ${QtTest_LIBRARIES}) endif() find_package(Qt${QT_MAJOR_VERSION} QUIET COMPONENTS LinguistTools CONFIG)