This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Description
This file is tedious to keep up-to-date, when modules get renamed, added or removed.
Every project should in theory be checked, which is almost impossible.
We could either use a script to generate at least the content of this file for SolAR projects, or use the command directly in the versioner script.
Generating it in the file sounds better though, since it would allow to manually set the desired versions for some modules afterwards.
This could be achieved with this command, for example:
for target in `find . -name "*.pro" | xargs grep "^TARGET =" | sed 's/ *//g' | cut -d "=" -f 2`;do echo "$target|0.10.0"