Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Project Design Help

$
0
0
Hi, I am currently about to start a fairly large project in Qt that will contain multiple executable’s communicating with one another. My first though in how to design the project is to create a sub-directory project in Qt…That way, when I build the project, I can compile the main uppermost project, which in turn will compile all of the other sub projects. Also, I would like to share classes between these projects so there is no source duplication’s…Therefore, there is going to some “shared area” for all of the projects to look for utility classes to use. For example, If I create a custom dialog box, I would like to share that dialog class between projects. Is this the best way to design this project in QtCreator? Is there a more elegant way with the creator achieve this? Thanks!

Viewing all articles
Browse latest Browse all 18427

Trending Articles