mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
parent
58d0577a02
commit
16ac2089e3
2 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@ shared_library("LibGfx") {
|
||||||
"ImageFormats/QOIWriter.cpp",
|
"ImageFormats/QOIWriter.cpp",
|
||||||
"ImageFormats/TGALoader.cpp",
|
"ImageFormats/TGALoader.cpp",
|
||||||
"ImageFormats/TIFFLoader.cpp",
|
"ImageFormats/TIFFLoader.cpp",
|
||||||
|
"ImageFormats/TIFFTagHandler.cpp",
|
||||||
"ImageFormats/TinyVGLoader.cpp",
|
"ImageFormats/TinyVGLoader.cpp",
|
||||||
"ImageFormats/WebPLoader.cpp",
|
"ImageFormats/WebPLoader.cpp",
|
||||||
"ImageFormats/WebPLoaderLossless.cpp",
|
"ImageFormats/WebPLoaderLossless.cpp",
|
||||||
|
|
|
@ -10,6 +10,7 @@ source_set("Painting") {
|
||||||
"BorderPainting.cpp",
|
"BorderPainting.cpp",
|
||||||
"BorderRadiiData.cpp",
|
"BorderRadiiData.cpp",
|
||||||
"BorderRadiusCornerClipper.cpp",
|
"BorderRadiusCornerClipper.cpp",
|
||||||
|
"BordersData.cpp",
|
||||||
"ButtonPaintable.cpp",
|
"ButtonPaintable.cpp",
|
||||||
"CanvasPaintable.cpp",
|
"CanvasPaintable.cpp",
|
||||||
"CheckBoxPaintable.cpp",
|
"CheckBoxPaintable.cpp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue