Skip to content

Commit c4e9d15

Browse files
chore: Update version to 6.5.33 (#184)
* chore: Update version to 6.5.33 - update version to 6.5.33 log: update version to 6.5.33 * chore: Add INCLUDEPATH to project files for htmltopdf and reader - Added INCLUDEPATH variable to both htmltopdf.pro and reader.pro to include necessary header paths. * chore: Update version to 6.5.34 - update version to 6.5.34 log: update version to 6.5.34
1 parent e083f96 commit c4e9d15

8 files changed

Lines changed: 2048 additions & 1191 deletions

File tree

arm64/linglong.yaml

Lines changed: 395 additions & 395 deletions
Large diffs are not rendered by default.

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
deepin-reader (6.5.34) unstable; urgency=medium
2+
3+
* chore: Add INCLUDEPATH to project files for htmltopdf and reader
4+
5+
-- dengzhongyuan <dengzhongyuan@uniontech.com> Thu, 07 Aug 2025 15:00:14 +0800
6+
7+
deepin-reader (6.5.33) unstable; urgency=medium
8+
9+
* chore: Update package URLs and digests in linglong.yaml files (#183)
10+
11+
-- dengzhongyuan <dengzhongyuan@uniontech.com> Tue, 05 Aug 2025 21:09:33 +0800
12+
113
deepin-reader (6.5.32) unstable; urgency=medium
214

315
* chore: Update package URLs and digests in linglong.yaml files

htmltopdf/htmltopdf.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ contains(QMAKE_HOST.arch, mips64):{
3232
}
3333

3434
CONFIG += c++11
35+
INCLUDEPATH += $$INCPATHS
3536

3637
#code
3738
HEADERS += \

linglong.yaml

Lines changed: 399 additions & 399 deletions
Large diffs are not rendered by default.

loong64/linglong.yaml

Lines changed: 397 additions & 397 deletions
Large diffs are not rendered by default.

reader/reader.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include($$PWD/src.pri)
2+
INCLUDEPATH += $$INCPATHS
23

34
#config
45
# 基础 Qt 模块

0 commit comments

Comments
 (0)