From 74840f99142eaf2947632ed50212636a00866312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n?= Date: Fri, 22 Jan 2021 10:48:13 +0100 Subject: [PATCH] Enable SVG explicitly --- YACReader/YACReader.pro | 2 +- YACReaderLibrary/YACReaderLibrary.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index 3aec8790..3f751d17 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -72,7 +72,7 @@ macx { LIBS += -framework Foundation -framework ApplicationServices -framework AppKit } -QT += network widgets core multimedia +QT += network widgets core multimedia svg !CONFIG(no_opengl) { QT += opengl } diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index 4af13332..3910b5dc 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -71,7 +71,7 @@ macx { #CONFIG += release CONFIG -= flat -QT += sql network widgets script +QT += sql network widgets script svg !CONFIG(no_opengl) { QT += opengl }