Skip to content

Commit

Permalink
Updating release builds to Qt 6.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgoodspeed committed Jun 23, 2024
1 parent 11d7e74 commit 0b96aea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions buildrelease-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ set -e
## These paths are hardcoded to prevent Homebrew for gunking things
## up. Be sure to install *everything* in that version of Qt, or
## you'll be missing important libraries like QtCharts.
export QTDIR=~/Qt/6.7.0/macos/bin
export CMAKE=~/Qt/6.7.0/macos/bin/qt-cmake
export DEPLOYQT=~/Qt/6.7.0/macos/bin/macdeployqt
export QTDIR=~/Qt/6.7.2/macos/bin
export CMAKE=~/Qt/6.7.2/macos/bin/qt-cmake
export DEPLOYQT=~/Qt/6.7.2/macos/bin/macdeployqt



Expand Down
22 changes: 11 additions & 11 deletions buildrelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rmdir /s /q Release


REM Import the Qt and VS2022 paths.
set PATH=C:\Qt\Tools\CMake_64\bin;C:\Qt\6.7.0\msvc2019_64\bin;%PATH%
set PATH=C:\Qt\Tools\CMake_64\bin;C:\Qt\6.7.2\msvc2019_64\bin;%PATH%
REM "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd"

Expand All @@ -24,21 +24,21 @@ move Release ..\
cd ..

REM Adding files that windeployqt forgets.
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6Charts.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6OpenGL.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6OpenGLWidgets.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6Widgets.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6Gui.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6PrintSupport.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6Pdf.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6Svg.dll Release\
copy C:\Qt\6.7.0\msvc2019_64\bin\Qt6Core.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6Charts.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6OpenGL.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6OpenGLWidgets.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6Widgets.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6Gui.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6PrintSupport.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6Pdf.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6Svg.dll Release\
copy C:\Qt\6.7.2\msvc2019_64\bin\Qt6Core.dll Release\

echo Finishing packing Release. Now making installer.


REM Including the path.
set PATH=C:\Qt\Tools\QtInstallerFramework\4.5\bin;C:\Qt\Tools\CMake_64\bin;C:\Qt\6.7.0\msvc2019_64\bin;C:\Qt\Tools\QtInstallerFramework\4.6\bin;%PATH%
set PATH=C:\Qt\Tools\QtInstallerFramework\4.5\bin;C:\Qt\Tools\CMake_64\bin;C:\Qt\6.7.2\msvc2019_64\bin;C:\Qt\Tools\QtInstallerFramework\4.6\bin;%PATH%

REM Copying packages.
xcopy/y/s Release\* Deployment\packages\com.maskromtool.maskromtool\data\
Expand Down

0 comments on commit 0b96aea

Please sign in to comment.