处理编译问题

This commit is contained in:
KevinDuan 2022-11-01 17:13:20 +08:00
parent fa4f3dee16
commit 1038619690
3 changed files with 7 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,

View File

@ -1,6 +1,7 @@
#include "ringsprogressbar.h"
#include <QPainter>
#include <QFont>
#include <QPainterPath>
#include "../../common/mydefine.h"
#include "../gsettingswrapper.h"