Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Nov 20, 2023
1 parent f98745d commit 6ec54b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
APP_NAME: "OffloadBuddy"
APP_VERSION: "0.12"
QT_VERSION: "6.5.3"
QT_VERSION: "6.6.0"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
2 changes: 1 addition & 1 deletion OffloadBuddy.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ QT += multimedia charts
QT += location

# Validate Qt version
!versionAtLeast(QT_VERSION, 6.3) : error("You need at least Qt version 6.3 for $${TARGET}")
!versionAtLeast(QT_VERSION, 6.5) : error("You need at least Qt version 6.5 for $${TARGET}")

# Project features #############################################################

Expand Down
2 changes: 1 addition & 1 deletion contribs/contribs_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def copytree_wildcard(src, dst, symlinks=False, ignore=None):
rebuild = False
targets_selected = []
softwares_selected = []
QT_VERSION = "6.5.1"
QT_VERSION = "6.6.0"
QT_DIRECTORY = os.getenv('QT_DIRECTORY', '')
ANDROID_SDK_ROOT = os.getenv('ANDROID_SDK_ROOT', '')
ANDROID_NDK_ROOT = os.getenv('ANDROID_NDK_ROOT', '')
Expand Down

0 comments on commit 6ec54b7

Please sign in to comment.