Remove Test from QT_LIBRARIES

This commit is contained in:
Jonas Kvinge 2021-03-13 15:26:49 +01:00
parent 9723c3606a
commit e15a99f39f
1 changed files with 0 additions and 1 deletions

View File

@ -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)