slackbuilds_ponce/games/qmc2/qmc2-qt5.15.patch
Matteo Bernardini ff78fdf2f6 games/qmc2: Patch for qt >= 5.15.x and gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-17 23:56:16 -05:00

10 lines
302 B
Diff

--- qmc2/softwareimagewidget.cpp.orig 2020-07-08 07:27:41.029961948 +0000
+++ qmc2/softwareimagewidget.cpp 2020-07-08 07:27:54.640148563 +0000
@@ -3,6 +3,7 @@
#include <QHash>
#include <QDir>
#include <QClipboard>
+#include <QPainterPath>
#include "softwarelist.h"
#include "softwaresnapshot.h"