[Interest] Sqlite Cipher in Qt 5.15.8

2022-02-10 Thread Ramakanth Kesireddy
Hi, The embedded database being used is sqlite3 in our Qt Quick application based out of Qt commercial Qt 5.15.8 As we intend to use encryption for the sqlite3 database, appreciate if anyone could let me know if there is any inbuilt support to use sqlite cipher in Qt SQL module or need to

Re: [Interest] Buod android minsdk

2022-02-10 Thread maitai
Hi and thanks very much, that was it. --Philippe Le 10-02-2022 21:56, Nuno Santos a écrit : Phillipe, I had the same problem recently. Check qt creator project env vars. -- Nuno Santos No dia 10/02/2022, às 19:47, maitai escreveu:  Hi, I need to build a pure SDK/NDK30 android app.

[Interest] Clang build for QT 6.2.3

2022-02-10 Thread BeneschTech LLC
Hi guys (and gals) As promised, here is the findings from setting up a QT dev environment using the latest LLVM suite (from git) and latest QT from source. As our software product grows, we use a suite of the latest and greatest for each major release and might upgrade some tools along the way

Re: [Interest] QProcess when ^Z is called

2022-02-10 Thread Scott Bloom
Interesting, we are not seeing them go to sleep, simply by looking at the results we see them continue. Ill take a look and create a sample, but it was a pretty straight forward qrocess->start() after setup type call. Scott -Original Message- From: Thiago Macieira Sent: Thursday,

Re: [Interest] QProcess when ^Z is called

2022-02-10 Thread Thiago Macieira
On Thursday, 10 February 2022 16:41:48 PST Scott Bloom wrote: > I have an issue, that if the customer hits Ctrl-Z after the executable is > running, but has spawned a subprocess via QProcess, when the system is > restarted (either in the background or foreground), the QProcess finished > signal is

[Interest] QProcess when ^Z is called

2022-02-10 Thread Scott Bloom
I have an issue, that if the customer hits Ctrl-Z after the executable is running, but has spawned a subprocess via QProcess, when the system is restarted (either in the background or foreground), the QProcess finished signal is lost. Im assuming the OS level signal of sleep/wake cant be

Re: [Interest] Buod android minsdk

2022-02-10 Thread Nuno Santos
Phillipe, I had the same problem recently. Check qt creator project env vars. -- Nuno Santos > No dia 10/02/2022, às 19:47, maitai escreveu: > >  > Hi, > > I need to build a pure SDK/NDK30 android app. The reason for that is that > some static libs use functions not available in

[Interest] Buod android minsdk

2022-02-10 Thread maitai
Hi, I need to build a pure SDK/NDK30 android app. The reason for that is that some static libs use functions not available in SDK/NDK21, for instance stderr, stdout, and some other. I have tried to set in pro file ANDROID_MIN_SDK_VERSION = 30 and also to modify build.gradle, but linkage