Re: [Development] Forgot your Qt Account password?

2020-01-29 Thread Khuram Ali via Development
Hi,  I haven't requested to reset my Qt Account password. It seems some malicious attempt. Please advise. thank you! Regards,Khuram Ali -Original Message- From: The Qt Company To: development Sent: Wed, Jan 29, 2020 3:04 pm Subject: [Development] Forgot your Qt Account password? Hi, W

[Development] Qt Static Package

2019-04-22 Thread Khuram Ali via Development
Thank you!I have tried the same on Ubuntu 16.04 and didn't get the same error. Is it something about Ubuntu 18.04? Regards,Khuram Ali - Original message - By: Carlos Enrique Pérez Sánchez To: development Posted: Sun, Apr 21, 2019 1:31 Subject : Re: [Development] Qt Static Package

Re: [Development] Qt Static Package

2019-04-20 Thread Khuram Ali via Development
I have already installed the dependencies list from Jeff Tranter. However, it doesn't help. The only difference between your ./config command and mine is that, i am also linking openssl. The error remain same.  Regards,Khuram Ali -Ursprüngliche Mitteilung- Von: Carlos Enrique Pérez Sánc

Re: [Development] Qt Static Package

2019-04-19 Thread Khuram Ali via Development
Thank you very much Carlos. However, i have got below error when i tried to configure it on Ubuntu 18.04,  ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread && features.xkbcommon && libs.xcb' failed. What i am missing? Regards,Khuram Ali -Ursprüngliche Mitteilung-

Re: [Development] Qt online SDK security problems

2019-04-18 Thread Khuram Ali via Development
I agree. Why not offer a patch for the bug fixes, instead of a new release which needs to be installed separately. Regards, Khuram Ali Sent from my iPhone > On 18. Apr 2019, at 11:20, Bernhard Lindner > wrote: > > Actually the Qt update behavior annoys my as well. > > I wish there would be

Re: [Development] A deployment tool for Linux

2019-04-10 Thread Khuram Ali via Development
Hi,  I think, it is a good idea to have an official deployment tool as we have for windows. linuxdeployqt works but as mentioned earlier slower and older. The things can get a bit better.  Regards,Khuram Ali -Ursprüngliche Mitteilung- Von: Mitch Curtis An: Bogdan Vatra ; development@qt

Re: [Development] QML AnimatedImage Memory usage - QTBUG-64272

2018-08-09 Thread Khuram Ali via Development
17:22, Khuram Ali via Development > wrote: > > Hi, > > I am suffering from the already reported bug > https://bugreports.qt.io/browse/QTBUG-64272. I am adding a gif and the memory > usage sky rocket to more than a GB. I have seen the bug is still open. is > there

[Development] QML AnimatedImage Memory usage - QTBUG-64272

2018-08-03 Thread Khuram Ali via Development
Hi, I am suffering from the already reported bug https://bugreports.qt.io/browse/QTBUG-64272. I am adding a gif and the memory usage sky rocket to more than a GB. I have seen the bug is still open. is there any suggested workaround to this issue? I am using Qt 5.11.1. Thank you for your help!

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
challenging part was the MinGW interface for finding and installing the right combination for the actual 64bit compiler. For an unexperienced user a nightmare IMHO. Hope this helps. Best regards Von: Development Im Auftrag von Khuram Ali via Development Gesendet: Dienstag, 31. Juli 2018 17

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
With fix of philippe dunski, build seems to working. Thank you very much for help! Regards, Khuram Ali -Original Message- From: Khuram Ali via Development To: eric.lemanissier ; thiago.macieira Cc: development Sent: Tue, Jul 31, 2018 5:31 pm Subject: Re: [Development] Issue

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
/QTBUG-67443 what version of mingw are you using ? Le mar. 31 juil. 2018 à 17:00, Thiago Macieira a écrit : On Tuesday, 31 July 2018 06:21:41 PDT Khuram Ali via Development wrote: > qglobal.cpp::5: error: '_wgetenv_s' was not declared in this scope The problem is your MinG

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
Gw_64 On Tuesday, 31 July 2018 06:21:41 PDT Khuram Ali via Development wrote: > qglobal.cpp::5: error: '_wgetenv_s' was not declared in this scope The problem is your MinGW headers and CRT. You need one that has _wgetenv_s. In the MinGW-w64 headers I have, they exist. So check i

[Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
Dear All, I am new to Qt and trying to build it from source using MinGw_64. However, i am getting an error as below, qtbase/src/corelib/global/qglobal.cpp::5: error: '_wgetenv_s' was not declared in this scope _wgetenv_s(&requiredSize, 0, 0, wname.data()); ^~ C:/Qt/

[Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
with correct subject line. Regards, Khuram Ali -Original Message- From: Khuram Ali via Development To: development Sent: Tue, Jul 31, 2018 3:00 pm Subject: Re: [Development] Calendar classes: API review request Dear All, I am new to Qt and trying to build it from source using

Re: [Development] Calendar classes: API review request

2018-07-31 Thread Khuram Ali via Development
Dear All, I am new to Qt and trying to build it from source using MinGw_64. However, i am getting an error as below, qtbase/src/corelib/global/qglobal.cpp::5: error: '_wgetenv_s' was not declared in this scope _wgetenv_s(&requiredSize, 0, 0, wname.data()); ^~ C:/Qt/5.1