Hello,

Using Qt Creator 0.9.1 (Qt 4.5.0), I created several projects:

1.) a shared library common to applications using the lib template and stored in projects/common/
2.) two applications using the app template in projects/app*, relying on the shared library to be built if needed and copied into the respective target dir (debug|release).

Is there a place to define dependencies similar to what MS Visual Studio allows with the concept of a solution, i.e. information that goes beyond a single project such as which project depends on what other project as well as automatic pre and post build actions?

The Qt Create's qmake help talks about PRE_TARGETDEPS and POST_TARGETDEPS, DEPENDPATH and target.depends. Unfortunately the explanations are quite brief and I could not derive a solution for this quit simple and standard problem.

Thanks for your help,
peter