Skip to content

Commit 49d7309

Browse files
chore: bump Qt version require to 5.10
1 parent 0424847 commit 49d7309

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/cpack-deb-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
#distro: [14.04, 16.04, 18.04, 20.04]
37-
distro: [18.04, 20.04]
37+
distro: [20.04]
3838
#arch: [x86, x64]
3939
needs: check_commit_msg
4040
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_DEB') }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ lemon-*-Linux.tar.gz
6161
# KDevelop
6262
.kdev4/
6363
*.kdev4
64+
.cache/
6465

6566
# Extra
6667
build/

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if(LEMON_QT6)
6060
)
6161
else()
6262
set(LEMON_QT_MAJOR_VERSION 5)
63-
set(LEMON_QT_MINOR_VERSION 7)
63+
set(LEMON_QT_MINOR_VERSION 10)
6464
set(LEMON_QT_LIBNAME Qt5)
6565
set(QT_MAJOR_VERSION 5)
6666
endif()

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
97
1+
99

0 commit comments

Comments
 (0)