mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-23 08:03:02 -05:00
Add XCursor image format plug-in
Allows to read XCursor files, including ones with animation. The cursor hotspot is set in QImage textKeys as "HotspotX" and "HotspotY". The "Sizes" textKey contains a list of available sizes in this file.
This commit is contained in:
@ -247,3 +247,8 @@ add_executable(anitest anitest.cpp)
|
||||
target_link_libraries(anitest Qt6::Gui Qt6::Test)
|
||||
ecm_mark_as_test(anitest)
|
||||
add_test(NAME kimageformats-ani COMMAND anitest)
|
||||
|
||||
add_executable(xcursortest xcursortest.cpp)
|
||||
target_link_libraries(xcursortest Qt6::Gui Qt6::Test)
|
||||
ecm_mark_as_test(xcursortest)
|
||||
add_test(NAME kimageformats-xcursortest COMMAND xcursortest)
|
||||
|
||||
Reference in New Issue
Block a user