Re: [Interest] Windows deployment. Failed to start because of missing platform plugin...

2015-08-30 Thread Bo Thorsen
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 copy msvcp120.dll and msvcr120.dll 
(numbers vary with the VS version) into the application dir together 
with the rest of the dll's you need. With Qt applications you usually 
only need those two. You can also link with the runtime statically, but 
I haven't met many Qt applications that do this.

Another reason why I finally chose this way is that users might 
uninstall the redist package (thinking they don't know what that is and 
don't need it) and then my software fails.

Bo.

-- 
Viking Software
Qt and C++ developers for hire
http://www.vikingsoft.eu
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Qt 5.5.1 MSVC 2015

2015-08-30 Thread Thiago Macieira
On Thursday 27 August 2015 21:23:00 Gunnar Roth wrote:
 Mark i don’t know which problem you have and why, but i was able to do a
 shadow build of qt 5.5.0 with vs 2015. But i did not use openssl and no
 icu. So no webkit. No webengine, i did a post about this in the making
 list. All other worked out of the box.

That wasn't a webkit error. It was compiling QtQml.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] img server error

2015-08-30 Thread Nicola De Filippo
Hi,
loading a image :
Img {
 source: “http://server/image.jpg http://server/image.jpg”
}

i have this error server replied: AW Special Error”.
The server is a Microsoft Server. I haven’t found nothing on forum and google.

 Nicola___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest