Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Split the project into small parts
-
Hi All
I write a program and now I have a problem. code is large and debug is hard. .!
I saw some project , programmer divided project into small pieces.how I can divide project to small parts.
-
Hi,
You are likely looking for a
SUBDIRS
type project.Qt Creator provides you the mean to start them.