Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-05 Thread Ramakanth Kesireddy
Thanks a lot.. It installed QtWebEngine(including QtWebEngineCore and QTWebEngineWidgets) on the target. Had to install additional packages lib32ncurses5 lib32z1 linux-libc-dev:i386 on Ubuntu host. Looks like issue with configure line where -no-gcc-sysroot had been mentioned before. So final

Re: [Interest] CONFIG c++2a vs. QMAKE_CXXFLAGS += -std=c++2a

2020-05-05 Thread Thiago Macieira
On Tuesday, 5 May 2020 16:26:55 PDT Bernhard Lindner wrote: > Hi! > > Can somebody please explain the difference between the following QMAKE > project lines when building a GCC project: > > CONFIG += c++2a > > QMAKE_CXXFLAGS += -std=c++2a > > I expected both to have the same effect but there

[Interest] CONFIG c++2a vs. QMAKE_CXXFLAGS += -std=c++2a

2020-05-05 Thread Bernhard Lindner
Hi! Can somebody please explain the difference between the following QMAKE project lines when building a GCC project: CONFIG += c++2a QMAKE_CXXFLAGS += -std=c++2a I expected both to have the same effect but there must be a difference since the latter gives me compilation errors while the

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Thiago Macieira
On Tuesday, 5 May 2020 03:59:02 PDT Ramakanth Kesireddy wrote: > It doesnot recognize -spec linux-g++-32 . Am I missing something? Sorry, it's -platform for configure. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Allan Sandfeld Jensen
Hi Ramakanth Yes, to build Qt to 32bit you need have the 32bit version of the relevant system libraries installed as well, though many can just default to internal copies or disable functionality. For some libraries in some linux distros the 32bit and 64bit developer packages are mutually

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Ramakanth Kesireddy
It doesnot recognize -spec linux-g++-32 . Am I missing something? Best Regards, Ramakanth On Tue, May 5, 2020 at 12:36 AM Thiago Macieira wrote: > On Monday, 4 May 2020 09:31:19 PDT Ramakanth Kesireddy wrote: > > Hi, > > > > Can anyone let me know the configure options to generate 32 bit Qt

Re: [Interest] Qt 5.12.8 32 bit libraries configure options on Ubuntu 16.04

2020-05-05 Thread Ramakanth Kesireddy
Hi, While configuring with -platform linux-g++-32, it fails the tests with below errors in the configure output: ERROR: Feature 'ssl' was enabled, but the pre-condition 'config.winrt || features.securetransport || features.openssl' failed. ERROR: Feature 'xcb' was enabled, but the pre-condition