Merging two Qt projects.
-
Hi,
What do you mean by merge ?
Do you want to create a new project in place of these two ? -
Hi,
What do you mean by merge ?
Do you want to create a new project in place of these two ? -
Not your project .pro file.
You should write a .pri file that you will include and in there have the SOURCES and HEADERS statements.
However, if you plan to reuse these widgets in several projects, you might want to consider putting them in a library.