Hi All, I have several projects that are load together in QtCreator and they're not grouped under a unique project. I need to create dependencies between these modules and not only considering TARGETDEPS that checks only if the library is present in a directory.
The dependency I request, practically it must emulate the user action in qtcreator of checking in "Edit project settings" the dependency list ay the bottom of the page. So if a module depends from other module , qtcreator first qmake/make/etc.. the other one. How can I do?
thank you daniele