Skip to content

Commit

Permalink
qt 6.7 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Apr 16, 2024
1 parent d020bbc commit 6672b47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ copy %QTDIR%\bin\Qt?QuickControls2Impl.dll %NELSON_DIR%\bin\%PLATFORM_NELSON%\
rem QT 6 required
copy %QTDIR%\bin\Qt?QuickLayouts.dll %NELSON_DIR%\bin\%PLATFORM_NELSON%\

rem QT 6.7 required
copy %QTDIR%\bin\Qt?QuickControls2Basic.dll %NELSON_DIR%\bin\%PLATFORM_NELSON%\
copy %QTDIR%\bin\Qt?QuickControls2Fusion.dll %NELSON_DIR%\bin\%PLATFORM_NELSON%\
copy %QTDIR%\bin\Qt?QuickControls2FusionStyleImpl.dll %NELSON_DIR%\bin\%PLATFORM_NELSON%\

rem vc runtime
copy .\vc14.3-runtime\*.dll %NELSON_DIR%\bin\%PLATFORM_NELSON%\*.dll
copy .\vc14.3-runtime\*.exe %NELSON_DIR%\bin\%PLATFORM_NELSON%\*.exe
Expand Down

0 comments on commit 6672b47

Please sign in to comment.