mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
17211acc53
commit
62c6a19744
3 changed files with 5 additions and 9 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue