How to include my project B with Project A
Unsolved
General and Desktop
-
Its basically custom C++ and Qt functions from project MPU need to include to new project VMPU
I believe I need to make some kind of Library?
please advise -
@JacobNovitsky said in How to include my project B with Project A:
I believe I need to make some kind of Library?
Yes, you can make the project you want to include a library.
Or you can simply add the code of that project to your other project.
It really depends what you want/need.
See https://doc.qt.io/qt-6/sharedlibrary.html for shared libraries.