Use MainWindow::close() slot instead of QApplication::quit().
[sloppygui.git] / INSTALL
blob7c7d4ae29c51db7a5c0e3d3d7124e78fa414e340
2     Installation
5 SloppyGUI requires Qt (atleast version 4.4) and qmake, the Qt Makefile
6 generator. The current qmake project file doesn't have support for
7 installations. However the main executable has the necessary resources
8 built-in by default so it's the only thing you need to deploy.
10 First you need to build the Makefile:
12     $ qmake
14 And to build the source:
16     $ make
18     or
20     $ nmake (Visual C++)
22 Manual page is available but you have to built it separately. Building it
23 requires asciidoc (http://www.methods.co.nz/asciidoc/).
25     $ make doc-man
27 If you want to have an overview of SloppyGUI's source you can build the API
28 documentation:
30     $ make doc-api
32 You need doxygen (http://www.doxygen.org/) in order to build the API
33 documentation.