Skip to content

Commit

Permalink
Build with Qt 6.7.2, fix CMake build file
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Jul 26, 2024
1 parent f22a22c commit e4a4255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: "WatchFlower"
APP_VERSION: "6.0"
QT_VERSION: "6.6.3"
QT_VERSION: "6.7.2"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builds_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
APP_NAME: "WatchFlower"
APP_VERSION: "6.0"
QT_VERSION: "6.6.3"
QT_VERSION: "6.7.2"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ set(SOURCES
src/devices/device_ess_generic.cpp src/devices/device_ess_generic.h
src/thirdparty/RC4/rc4.cpp src/thirdparty/RC4/rc4.h
src/main.cpp
qml/qml.qrc
qml/components.qrc
i18n/i18n.qrc
qml/qml.qrc
qml/ComponentLibrary/ComponentLibrary.qrc
assets/assets.qrc
assets/icons.qrc
assets/devices.qrc
assets/plants.qrc
)
Expand Down

0 comments on commit e4a4255

Please sign in to comment.