处理编译问题

This commit is contained in:
KevinDuan 2022-11-01 17:13:20 +08:00 committed by cckylin-cibot
parent 78735ecf73
commit c19e4bfa1c
4 changed files with 27 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
yhkylin-backup-tools (4.1.0.1-ok3) yangtze; urgency=medium
* 解决编译问题
-- Kevin Duan <duankaiwen@kylinos.com> Tue, 01 Nov 2022 17:11:32 +0800
yhkylin-backup-tools (4.1.0.1-ok2) yangtze; urgency=medium
* BUG 号:无

1
debian/control vendored
View File

@ -4,7 +4,6 @@ Priority: optional
Maintainer: liubuquan <liubuquan@kylinos.cn>
Build-Depends: debhelper (>= 9),
build-essential,
qt5-default,
qtbase5-dev (>= 5.1),
qt5-qmake,
qtchooser,

20
debian/patches/0002-.patch vendored Normal file
View File

@ -0,0 +1,20 @@
From: KevinDuan <duankaiwen@ubuntukylin.com>
Date: Tue, 1 Nov 2022 17:13:20 +0800
Subject: =?utf-8?b?5aSE55CG57yW6K+R6Zeu6aKY?=
---
kybackup/component/ringsprogressbar.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/kybackup/component/ringsprogressbar.cpp b/kybackup/component/ringsprogressbar.cpp
index 15be50b..6b9c175 100755
--- a/kybackup/component/ringsprogressbar.cpp
+++ b/kybackup/component/ringsprogressbar.cpp
@@ -1,6 +1,7 @@
#include "ringsprogressbar.h"
#include <QPainter>
#include <QFont>
+#include <QPainterPath>
#include "../../common/mydefine.h"
#include "../gsettingswrapper.h"

View File

@ -1 +1,2 @@
0001-changelog.patch
0002-.patch