Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Jan 13, 2025
1 parent fd8996f commit b7fdb66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Android")
QT_ANDROID_TARGET_SDK_VERSION 34
QT_ANDROID_MIN_SDK_VERSION 28
)

qt_import_plugins(${PROJECT_NAME}
INCLUDE_BY_TYPE imageformats Qt::QSvgPlugin
EXCLUDE_BY_TYPE platforminputcontexts qmltooling
)
endif ()


Expand Down

0 comments on commit b7fdb66

Please sign in to comment.