Add export to animated GIF, wrt GH-9

This commit is contained in:
Gavin MacGregor
2025-01-08 23:23:14 +00:00
parent e2f794c658
commit cdfcdd8754
24 changed files with 5021 additions and 34 deletions

View File

@@ -15,10 +15,12 @@ qt_standard_project_setup()
add_subdirectory(src/qteletextdecoder)
add_subdirectory(3rdparty/QtGifImage)
file (GLOB SOURCES src/qteletextmaker/*.cpp)
qt_add_executable(qteletextmaker ${SOURCES} src/qteletextmaker/actionicons.qrc)
target_link_libraries(qteletextmaker PRIVATE qteletextdecoder Qt::Widgets)
target_link_libraries(qteletextmaker PRIVATE QtGifImage::QtGifImage qteletextdecoder Qt::Widgets)
set_target_properties(qteletextmaker PROPERTIES
WIN32_EXECUTABLE ON