Qt 6.11 is out! See what's new in the release
blog
rename example project ?
-
I am attempting to convert example project to static library.
As a precaution I made a plain copy of the existing project.
I have same project included in "SUBDIRS" project's tree.
I convert the copied project OUTSIDE of the SUNDIRS tree and planning to add it as an external library.Is there an issue having same title in the subdir tree - one as as real project and the other as a library ?
If not - what is a preferred way to rename Qt project ?
Some IDE do not take kindly to reaming stuff inside and I do not want to screw things up again.