Hi,
Problem solved. Problem was in creation of QObject-derived class that
uses QApplication stuff before creation of QApplication instance.
8/28/2015 11:01 AM, Igor Mironchik пишет:
> Hi,
>
> I'm trying to deploy Qt Windows application. And it failed to start
> with the next message...
>
> This
Den 29-08-2015 kl. 12:34 skrev Peter Kümmel:
> Deploying a MSVC build is a bit annoying because of this
> redistributable stuff. Didn't it require admin rights for installing?
> In corporations a user often does not have enough rights for
> installing software.
One way to work around this is to co
Deploying a MSVC build is a bit annoying because of this redistributable stuff.
Didn't it require admin rights for installing? In corporations a user often does
not have enough rights for installing software.
Therefore for deploying I prefer a MinGW build of Qt, it depends on such a old
runtime
li
2015-08-28 16:56 GMT+02:00 Bo Thorsen :
> Yes, although this is frowned upon. You are supposed to install the
> redist package from VS instead.
>
> But I also choose to deliver those as well as the SSL libraries.
I'm also guilty of the same "transgression" in a very simple project
of mine, where I
Den 28-08-2015 kl. 17:24 skrev Sze Howe Koh:
>> plugins\
>> > platforms\
>> >qwindows.dll
>> > sqldrivers\
>> >qsqlite.dll
>> >
>> >This works for me with Qt 5.5.
> Are you sure? Did you use a custom configuration or call
> QCoreApplication::addLibraryPath()? By defaul
On 28 August 2015 at 21:20, Bo Thorsen wrote:
>
> Den 28-08-2015 kl. 10:01 skrev Igor Mironchik:
> > I'm trying to deploy Qt Windows application. And it failed to start with
> > the next message...
> >
> > This application failed to start because it could not find or load the
> > Qt platform plugi
Yes, although this is frowned upon. You are supposed to install the
redist package from VS instead.
But I also choose to deliver those as well as the SSL libraries.
Bo.
Den 28-08-2015 kl. 16:41 skrev Henry Skoglund:
> Hi,
>
> also qwindows.dll depends on MSVCR120.DLL and MSVCP120.DLL (for
> VS2
Hi,
also qwindows.dll depends on MSVCR120.DLL and MSVCP120.DLL (for
VS2013-flavored Qt), if the target system lacks those you need to copy
them together with your .exe file.
Rgrds Henry
On 2015-08-28 15:42, Samuel Gaist wrote:
>
> On 28 août 2015, at 15:20, Bo Thorsen wrote:
>
>> Den 28-08-20
I just tried to use windeployqt on my freshly built qt 5.5.0 compiled with
MSVC2015 and the latest Qt Creator 3.50 on Windows 10
The tool defaults to deploying the debug version, even though I pointed it
to the release executable.
It succeeds building the debug version of things. It fails to buil
On 28 août 2015, at 15:20, Bo Thorsen wrote:
> Den 28-08-2015 kl. 10:01 skrev Igor Mironchik:
>> I'm trying to deploy Qt Windows application. And it failed to start with
>> the next message...
>>
>> This application failed to start because it could not find or load the
>> Qt platform plugin "wi
Den 28-08-2015 kl. 10:01 skrev Igor Mironchik:
> I'm trying to deploy Qt Windows application. And it failed to start with
> the next message...
>
> This application failed to start because it could not find or load the
> Qt platform plugin "windows".
>
> Reinstalling the application may fix this pr
11 matches
Mail list logo