Skip to content

Commit

Permalink
remove QSvgRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
vrcomputing committed Nov 24, 2024
1 parent c922fb9 commit e0c38f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/QskPreCompiledHeader.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ if(NOT TARGET Qt::QuickWidgets)
list(REMOVE_ITEM QSK_QT_HEADERS <QQuickWidget>)
endif()

if(NOT TARGET Qt::Svg)
list(REMOVE_ITEM QSK_QT_HEADERS <QSvgRenderer>)
endif()

if(QT_VERSION_MAJOR VERSION_GREATER_EQUAL 6)
list(REMOVE_ITEM QSK_QT_HEADERS <QSGMaterialRhiShader>)
endif()
Expand Down

0 comments on commit e0c38f3

Please sign in to comment.