Re: [Interest] lupdate : Compilation Error

2017-10-25 Thread Daniel Engelke
Hi, you probably need newer MSVC build tools / MSVC build tools in your environment. Br Daniel On 10/25/2017 11:45 AM, Sudhir Sharma wrote: Getting following error when compiling .ts file in QT 5.9.2. --- (lupdate) --- WARNING: Project ERROR: Cannot run compiler 'cl'. Maybe you forgot t

Re: [Interest] QTimer at 30Hz interval?

2018-04-04 Thread Daniel Engelke
What about QElapsedTimer you can get nanoseconds out of it. Br Daniel From: René Reucher To: Sent: 4/4/2018 9:42 AM Subject: Re: [Interest] QTimer at 30Hz interval? On 04/04/18 09:33, Ola Røer Thorsen wrote: > is there some nice trick to make a QTimer trigger at 30 Hz? This

Re: [Interest] QtCreator & ABI is incompatible for armeabi-v7a

2019-05-22 Thread Daniel Engelke
This occasionally happened to me during android development.  I believe mostly when compiling with a certain version then compiling again with a different version for the same target with identical project names. I worked around it by removing the apk from the device first and then build & deplo