Ideas for modulize my code using qt for another qt project.
Unsolved
Brainstorm
-
Hi. I'm Windows App developer and found some common classes in each project, so I want to modulizes it to import to new project easily. (C++)
I considered building it as a dynamic library, but the code part I want to make as a module contains other heavy libraries including qt, so this doesn't seem appropriate.
Still, is this the best? Is there any better way? A method dependent on the Windows platform is fine. -
@fromis_9 said in Ideas for modulize my code using qt for another qt project.:
so this doesn't seem appropriate
Why? If the other project is also based on Qt there is no problem to use a shared library which depends on Qt.