Skip to content

Commit

Permalink
chore: bump Qt version require to 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CoelacanthusHex committed Nov 11, 2020
1 parent 0424847 commit 49d7309
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpack-deb-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
#distro: [14.04, 16.04, 18.04, 20.04]
distro: [18.04, 20.04]
distro: [20.04]
#arch: [x86, x64]
needs: check_commit_msg
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_DEB') }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ lemon-*-Linux.tar.gz
# KDevelop
.kdev4/
*.kdev4
.cache/

# Extra
build/
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if(LEMON_QT6)
)
else()
set(LEMON_QT_MAJOR_VERSION 5)
set(LEMON_QT_MINOR_VERSION 7)
set(LEMON_QT_MINOR_VERSION 10)
set(LEMON_QT_LIBNAME Qt5)
set(QT_MAJOR_VERSION 5)
endif()
Expand Down
2 changes: 1 addition & 1 deletion makespec/BUILDVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
97
99

0 comments on commit 49d7309

Please sign in to comment.