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
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
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
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
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
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
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
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
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