CMake: get rid of QT_EXTRA_LIBRARIES

This can be easily derived from QT_EXTRA_COMPONENTS.

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
Rolf Eike Beer 2019-03-07 22:27:22 +01:00 committed by Dirk Hohndel
parent 17211acc53
commit 62c6a19744
3 changed files with 5 additions and 9 deletions

View file

@ -11,5 +11,4 @@ else()
set(GRANTLEE_LIBRARIES Grantlee5::Templates)
endif()
LIST(APPEND QT_EXTRA_COMPONENTS PrintSupport)
LIST(APPEND QT_EXTRA_LIBRARIES Qt5::PrintSupport)
endif()