处理编译问题
This commit is contained in:
parent
78735ecf73
commit
c19e4bfa1c
|
@ -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 号:无
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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"
|
|
@ -1 +1,2 @@
|
|||
0001-changelog.patch
|
||||
0002-.patch
|
||||
|
|
Loading…
Reference in New Issue