Also, because I am selfish, I have a thing that needs to be done too.
I need a script that will
*Read all the .qml files in a directory
*Write them out to a specific format, in a specific file, in a specific place.
By doing this task, you would learn about:
*Structure of how to make a script, how to understand others.
*Executing shell commands and or interacting with the os to obtain what you need.
*How to find specific things using a scripting languages regular expression tools.
*Reading, writing, and placing files using a scripting language.
*Added bonus of writing your own bash script...which becomes an addiction.
Extra gold star for making it recursive, so you wouldn't need to run it over and over in multiple directories.
I would recommend bash for this, but others may have suggestions.
*See thom, i didn't push Qt for once
-Langston