I have several projects that are loaded together in QtCreator, and they are not grouped by a unique project. I need to create dependencies between these modules, and not just consider TARGETDEPS, which checks if the library is present in the directory.
The dependency I'm requesting should practically emulate the user’s action in the qtcreator of the “Change project settings” check in the list of dependencies at the bottom of the page. Therefore, if a module depends on another module, qtcreator first qmake / make / etc .. is different. How can i do
thanks daniele
source share