Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cura 8640 PyQt6 upgrade #17

Merged
merged 12 commits into from
Apr 14, 2022
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ if(ENABLE_WHATSNEW_INSTALL)
endif()

if(WIN32)
install(FILES windows/vcredist_x64.exe DESTINATION ".")
install(FILES windows/vcredist_x32.exe DESTINATION ".")
install(DIRECTORY windows/arduino DESTINATION ".")
endif()
install(DIRECTORY windows/arduino DESTINATION ".")
endif()
Binary file removed windows/vcredist_x32.exe
Binary file not shown.
Binary file removed windows/vcredist_x64.exe
Binary file not shown.