Qt Slideshow Manager (QSM) is a free slideshow manager for Windows, Linux and Mac OS X. QSM is build on the Qt framework from Nokia to provide cross-platform support.
If you want to build QSM from the source files, you will need to make several preparations.
QSM requires the following external libraries:
- Qt 4.7 or greater
Install the Qt library (there may be some precompiled binary files available for your platform, if you don't want to compile all the packages by yourself you might want to check that first).
If you have installed all the required libraries from above, the easiest way to compile QSM itself is to download the complete Qt SDK (if you haven't already done so). Then you can start up the provided Qt Creator IDE and open the QSM project file qsm.pro (the one inside the root folder of QSM) and hit the Build All button. Alternatively you can use qmake
on the command line to generate the necessary make files for your compiler (see the Qt documentation for further information).
To use QSM you just need to run the compiled binary file called qsm or qsm.exe on windows systems. QSM uses a rich GUI (graphical user interface) with intuitive usability for most use cases. If you need any detailed instuctions take a look at the complete user guide (press the help key inside the program).
The generated HTML-documentation of the source code can be viewed online at http://vos.github.com/qsm/.
Copyright (C) 2011 Alexander Vos alexander.vos@stud.fh-swf.de, Till Althaus till.althaus@stud.fh-swf.de
Distributed under the GNU General Public License. See the COPYING file for more information.