> Am 13/12/2022 um 09:01 schrieb Vladimir Belyavsky <belyavs...@gmail.com>:
> 
> 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.

Qt Creator is supposed to leave configurations of existing build directories 
alone - except for running CMake once to make it output IDE information via 
file-api. But that should just automatically run cmake -B <build> -S <source> 
without any changes.

> Later, on my Mac, I will also try to set up and build Qt from scratch 
> directly in Creator as a normal CMake project.
> 
> It is still not clear to me if I can use AutoTest plugin to manage tests and 
> select them to run, I don't see any "Test panel" here (Qt Creator 9.0) where 
> the tests could be selected.

https://doc.qt.io/qtcreator/creator-autotest.html
But, it took so long "Scanning for tests" that I didn't wait for it to finish...

> Meanwhile I've opened suggestion 
> https://bugreports.qt.io/browse/QTCREATORBUG-28590

👍

-- 
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Erich-Thilo-Straße 10
D-12489 Berlin
eike.zil...@qt.io
http://qt.io
Geschäftsführer: Mika Pälsi,
Juha Varelius, Jouni Lintunen
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 
144331 B


_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to