The Qt SDK installation and QtCreator that comes with it bind your application to use Qt framework's dynamic link libraries.
Whereas I would like my users to install Skeinforce with a single click and without installing the Qt framework or any other library. Therefore I am now building Qt statically.
Things to do:
- Build stand alone static version of Skeinforce and test on a Mac without Qt installed.
- Scan source files, add licensing info and doxygen comments.
- Write the help file and integrate into Skeinforce online help
- Lock the release branch with label 1.0 and zip the source code.
- Port the whole thing to Windows
- Update website, upload the product, documentation, and source code.
- Launch 1.0 and start learning.