Den tis 16 okt. 2018 kl 15:33 skrev Sze Howe Koh <szehowe....@gmail.com>:
>
> On Tue, 16 Oct 2018 at 12:55, Andy <asmalo...@gmail.com> wrote:
> >
> > Yes - that's exactly why I was asking.
> >
> > I switched to MSVC specifically because I need WebEngine but would much 
> > rather use MinGW or Clang.
> >
> > I have users who don't have admin privileges, so packaging MSVC-built 
> > applications is a big headache.
>
> Your users only need admin priviledges if you ask them to run the MSVC
> Redistributable installer.
>
> If I'm not mistaken, the EULA allows you to copy the required MSVC
> DLLs into your application folder instead. See
> https://social.msdn.microsoft.com/Forums/en-US/8089a33c-ddeb-48e1-92c3-609e43ca96a2/msvcrt-redistributable-wherehowdocumentationlicensing-
> for example.

This is what we do, it's what Microsoft calls "app-local deployment"
(copying in the DLLs). It's not what they recommend, but we've found
this is the easiest path, especially when using CMake's fixup_bundle
combined with windeployqt.

Here's one of Microsofts blogs explaining their stance on app-local
deployment: 
https://blogs.msdn.microsoft.com/vcblog/2016/04/18/c-runtime-deployment-why-choosing-applocal/

Elvis

>
>
> Regards,
> Sze-Howe
>
> > ---
> > Andy Maloney  //  https://asmaloney.com
> > twitter ~ @asmaloney
> >
> >
> >
> > On Tue, Oct 16, 2018 at 3:58 AM 黄其泽 <hgoldf...@gmail.com> wrote:
> >>
> >> I heard that the upstream Chromium supports clang for windows. Will Qt 
> >> official package provide clang version?
> >>
> >> Distributing windows desktop software built with msvc is a big trouble. As 
> >> the msvc redistribution packages require administrator privilege, and fail 
> >> to install in many computer.
> >>
> >> Kai Koehne <kai.koe...@qt.io> 于2018年10月16日周二 下午2:32写道:
> >>>
> >>> > -----Original Message-----
> >>> > [...]
> >>> > I don't know how the coin stuff works, but does this mean that there 
> >>> > will be
> >>> > official MinGW 64 bit packages for 5.12?
> >>> >
> >>> > If so, will WebEngine be included?
> >>>
> >>> No. Qt WebEngine currently supports only MSVC 2017.
> >>>
> >>> Kai
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to