Re: [Interest] I love QML

2020-07-07 Thread Henry Skoglund
On 2020-07-08 08:09, Till Oliver Knoll wrote: Am 03.07.20 um 17:46 schrieb joao morgado via Interest: When I started using Qt I never touched WIndows MFC again. Ha! But you actually /did/ touch MFC then ;) Here's another fan story (even though I am - unfortunately - not working professionall

Re: [Interest] I love QML

2020-07-07 Thread Till Oliver Knoll
Am 03.07.20 um 17:46 schrieb joao morgado via Interest: > When I started using Qt I never touched WIndows MFC again. Ha! But you actually /did/ touch MFC then ;) Here's another fan story (even though I am - unfortunately - not working professionally with Qt for a very long time)... Back in the d

[Interest] Qt’s UWP backend will be dropped in Qt 6

2020-07-07 Thread Oliver Wolff
Hi, with Qt 6 approaching it is time to have a look at our set of supported platforms. One candidate for removal of support was our port for Microsoft's Universal Windows Platform (UWP). Some considerations about dropping this support have been communicated on Qt's development mailing list i

Re: [Interest] Interest Digest, Vol 105, Issue 25

2020-07-07 Thread Roland Hughes
On 6/20/20 5:00 AM, interest-requ...@qt-project.org wrote: No application was ported to Qt. All of them were written from scratch. If you meant that older applications were being replaced with new ones with Qt, then sure. Most of them were either Xaw (Athena Widgets), pure X11 or Motif, though M

Re: [Interest] Interest Digest, Vol 105, Issue 25

2020-07-07 Thread Roland Hughes
On 6/20/20 5:00 AM, interest-requ...@qt-project.org wrote: You know, it's sometimes amusing to listen to your rants and anecdotes (and sometimes not), but I'd really wish you would spend a bit more time on actually verifying stuff before posting it. Some people might actually believe you. I w

Re: [Interest] Qt webassembly

2020-07-07 Thread Boris Ralchenko
There is, requires specific version of emscripten. check out this link https://forum.qt.io/topic/106903/links-for-qt-for-webassembly Regards, Boris Ralchenko. > On Jul 7, 2020, at 2:36 PM, Nicholas Yue wrote: > > Hi, >

[Interest] Qt webassembly

2020-07-07 Thread Nicholas Yue
Hi, Is there any pre-build version of Qt which can produce webassembly code? Preferably on Linux. I wish to learn and experiment with what Qt can create for *.wasm but lack the resources to build a WebAssembly version of Qt from source. Cheers -- Nicholas Yue Graphics - Arnold, Alembic, Ren

Re: [Interest] QtWidget examples not being run

2020-07-07 Thread Thiago Macieira
On Tuesday, 7 July 2020 06:36:16 PDT Ramakanth Kesireddy wrote: > cross compiled Qt gcc version: 7.2.1(Using configure,make) > Target gcc version: 7.3.0(using Yocto meta-qt5 recipes) That means you're not using the latest Yocto. Why aren't you using the latest Yocto Project release? -- Thiago M

Re: [Interest] QtWidget examples not being run

2020-07-07 Thread Thiago Macieira
On Tuesday, 7 July 2020 06:36:16 PDT Ramakanth Kesireddy wrote: > ./animatedtiles: relocation error: ./animatedtiles: symbol > _ZN14QGraphicsSceneC1EP7QObject, version Qt_5 not defined in file > libQt5Widgets.so.5 with link time reference You have more than one Qt version in your system. Dele

[Interest] QtWidget examples not being run

2020-07-07 Thread Ramakanth Kesireddy
Hi, I am unable to run a few below QtWidget examples using Qt 5.6.3 libs though I set qmake PATH but other QtWidget examples work fine. export PATH=/home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/local/Qt-5.6.3/bin:$PATH export