Conditionally include Svg.Skia and SVG provider

This commit is contained in:
ema
2025-07-01 03:27:22 +08:00
parent 13bcc4b1d4
commit 667815e360
3 changed files with 12 additions and 3 deletions

View File

@@ -15,6 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#if USESVGSKIA
using QuickLook.Common.Helpers;
using QuickLook.Common.Plugin;
using SkiaSharp;
@@ -59,3 +61,5 @@ internal class SvgProvider : ImageMagickProvider
});
}
}
#endif