> Am 13/12/2022 um 09:01 schrieb Vladimir Belyavsky :
>
> Thanks everyone for the replies!
>
> I've just tried what Eike suggested - on my Win machine just opened
> CMakeLists.txt from Qt5 repo in Qt Creator and set up the Build Directory to
> my own shadow build dir.
> Hopefully I didn't hav
Thanks everyone for the replies!
I've just tried what Eike suggested - on my Win machine just opened
CMakeLists.txt from Qt5 repo in Qt Creator and set up the Build Directory
to my own shadow build dir.
Hopefully I didn't have to reconfigure and rebuild Qt again. Later, on my
Mac, I will also try
> -Original Message-
> From: Development On Behalf Of
> Eike Ziller via Development
> Sent: Monday, 12 December 2022 5:20 PM
> To: Владимир Белявский
> Cc: development@qt-project.org
> Subject: Re: [Development] Using QtCreator for Qt development
>
>
&g
> Am 10/12/2022 um 13:57 schrieb Владимир Белявский :
>
> Hello there,
> I suspect that my Qt development process is far away from optimal...
>
> I have a top-level developer shadow build and my process looks like:
> 1. Open source files that need to be changed in QtCreator
> 2. Make changes
>
On Saturday, 10 December 2022 04:57:34 PST Владимир Белявский wrote:
> Hello there,
> I suspect that my Qt development process is far away from optimal...
>
> I have a top-level developer shadow build and my process looks like:
> 1. Open source files that need to be changed in QtCreator
> 2. Make
Hello there,
I suspect that my Qt development process is far away from optimal...
I have a top-level developer shadow build and my process looks like:
1. Open source files that need to be changed in QtCreator
2. Make changes
3. Go to the console and run cmake build
4. Go back to IDE and fix the co