diff --git a/util/antivirus/clamav-gui/files/qt5.patch b/util/antivirus/clamav-gui/files/qt5.patch new file mode 100644 index 0000000000..d2464d2ef4 --- /dev/null +++ b/util/antivirus/clamav-gui/files/qt5.patch @@ -0,0 +1,22 @@ +diff -Nuar a/src/qroundprogressbar.cpp b/src/qroundprogressbar.cpp +--- a/src/qroundprogressbar.cpp 2018-03-10 14:17:40.000000000 +0300 ++++ b/src/qroundprogressbar.cpp 2021-02-01 11:19:45.693950956 +0300 +@@ -20,6 +20,7 @@ + #include "qroundprogressbar.h" + + #include ++#include + + + QRoundProgressBar::QRoundProgressBar(QWidget *parent) : +diff -Nuar a/src/qroundprogressbar.h b/src/qroundprogressbar.h +--- a/src/qroundprogressbar.h 2018-03-10 14:17:40.000000000 +0300 ++++ b/src/qroundprogressbar.h 2021-02-01 11:18:48.379955092 +0300 +@@ -20,6 +20,7 @@ + #define QROUNDPROGRESSBAR_H + + #include ++#include + + /** + * @brief The QRoundProgressBar class represents a circular progress bar and maintains its API diff --git a/util/antivirus/clamav-gui/pspec.xml b/util/antivirus/clamav-gui/pspec.xml index e67edbb632..d45b8013b3 100644 --- a/util/antivirus/clamav-gui/pspec.xml +++ b/util/antivirus/clamav-gui/pspec.xml @@ -17,6 +17,9 @@ clamav-devel qt5-base-devel + + qt5.patch +