Re: [Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Richard Weickelt
Hi, Is anyone able to tell me if QtCreator is able to have a CMAKE var defined with multiple values? The default value for a project is %{Qt:QT_INSTALL_PREFIX}, is it possible to append more paths? I have for Qt Creator itself the following: -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX

Re: [Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Cristian Adam via Interest
On 02/09/2023 16:58, Nuno Santos wrote: Cristian, Are you able to do this in the QtCreator build settings? Because for me it gets red and it And then it does not work at all: CMake Error at CMakeLists.txt:16 (find_package):   By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this projec

Re: [Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Nuno Santos
Cristian, Are you able to do this in the QtCreator build settings? Because for me it gets red and it And then it does not work at all: CMake Error at CMakeLists.txt:16 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package con

Re: [Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Cristian Adam via Interest
On 02/09/2023 16:29, Nuno Santos wrote: Hi, Is anyone able to tell me if QtCreator is able to have a CMAKE var defined with multiple values? The default value for a project is %{Qt:QT_INSTALL_PREFIX}, is it possible to append more paths? How? Thanks! Nuno I have for Qt Creator itself th

[Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Nuno Santos
Hi, Is anyone able to tell me if QtCreator is able to have a CMAKE var defined with multiple values? The default value for a project is %{Qt:QT_INSTALL_PREFIX}, is it possible to append more paths? How? Thanks! Nuno ___ Interest mailing list Intere

Re: [Interest] Interest Digest, Vol 137, Issue 4

2023-02-09 Thread Roland Hughes via Interest
On 2/3/23 05:00, Stefan Seefeld wrote: Hello, I haven't got any response to my question, but as the answer may really help us simplify our code I'm sending it again. Thanks for any help ! On Tue, Nov 22, 2022 at 9:02 AM Stefan Seefeld wrote: Hello, we are using Qt State Machines in a numbe

Re: [Interest] MSVC not-the-latest: are you using it? why?

2023-02-09 Thread Roland Hughes via Interest
On 1/24/23 05:00, Thiago Macieira wrote: You're talking about the ability to write code given a compiler you can't move from and what one needs to do to keep that working. I am asking why people are staying with the older one, if the new one is available and shouldn't (in theory) produce a compa

Re: [Interest] qmlbench tool: high cpu usage while running tool and generate report

2023-02-09 Thread Daniel Smith via Interest
Hi, As the paper you cited noted, you can expect about 25% CPU usage on a quad-core system, but what this really means is that the application is using 100% of one CPU core. When looking at top, you will see CPU usage for the qmlbench application at or near 100%, as it is consuming all availabl

[Interest] qmlbench tool: high cpu usage while running tool and generate report

2023-02-09 Thread Gullapalli, Satyanarayan
Hi Team, We are using the following test setup for our project: * evaluation board which has * iMX-8m-mini-som * display(MIPI) of resolution 1280x720 * Integrated 2D/3D GPU and 1080p VPU * running qt default applications with backend as eglfs. With reference to l