[Interest] statically linked browser app?

2018-09-11 Thread Roland Hughes
All, I haven't been following the Web topics on this list for a while. Has the age old problem of being able to create a statically linked browser application been solved? If so, is there a wiki page one could point me to with valid instructions for cross

Re: [Interest] QML Pointer Handlers: how to use 'GrabPermissions'

2018-09-11 Thread Alexander Ivash
Hi Shawn, First of all big thank you for such a detailed reply (I would never write something like this if wouldn't be forced :))! As for the namespace for enum - yes, I've already realized that was using it incorrectly (noticed some PR in gerrit during google-ing), just haven't play with flags y

Re: [Interest] Problems with QCamera/QML Camera when trying to porting a desktop application to android tablet

2018-09-11 Thread Roman Wüger
Hi tony, Sorry for the delayed answer, but I was on vacation. The same dialog works a expected on Windows and on Linux. So I think it must something be to do with android Regards Roman > Am 22.08.2018 um 11:45 schrieb Tony Rietwyk : > > Hi Roman, > Why did you need to use createWindowContai

Re: [Interest] CONFIGURING Qt5.11.1 in Visual Studio 2017

2018-09-11 Thread Thiago Macieira
On Tuesday, 11 September 2018 08:32:35 PDT Timothy W. Grove wrote: > C:\Program Files (x86)\Microsoft Visual > Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\type_traits(1271): > error C2338: You've instantiated std::aligned_storage with > an extended alignment (in other words, Align > ali

[Interest] CONFIGURING Qt5.11.1 in Visual Studio 2017

2018-09-11 Thread Timothy W. Grove
I haven't often attempted to build Qt myself, so I'm not 100% sure of the process, but trying to run 'configure' in Windows 10 I get the following error: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\type_traits(1271): error C2338: You've inst

Re: [Interest] qtwebview with qtwebchannel

2018-09-11 Thread Jason H
Oh, great! Thank you! I hadn't heard about this change and old habits die hard. I'm just about out of provisioning profiles for an app i don't distribute. Many thanks! > Sent: Tuesday, September 11, 2018 at 9:18 AM > From: "Sylvain Pointeau" > To: "Jason H" > Cc: "Artem Sidyakin" , "Qt Project

Re: [Interest] qtwebview with qtwebchannel

2018-09-11 Thread Sylvain Pointeau
https://stackoverflow.com/questions/4952820/test-ios-app-on-device-without-apple-developer-program-or-jailbreak On June 8th, Apple announced that with Xcode 7, installation of any apps they develop on their devices without an Apple Developer Program Certificate is possible. The Apple Developer web

Re: [Interest] qtwebview with qtwebchannel

2018-09-11 Thread Jason H
I really hope I'm wrong, but I say it can't be done. They only way to deploy to a device is to have xcode provision it for you, to your developer account, which you paid for. Prove me wrong. :-) > Sent: Wednesday, September 05, 2018 at 7:54 AM > From: "Sylvain Pointeau" > To: "Jason H" >