SClassGenerator Code
Status: Beta
Brought to you by:
dernierreveur
File | Date | Author | Commit |
---|---|---|---|
cfg | 2012-09-10 | dernierreveur | [r49] Maj:Cleaning of wix setup generation |
data | 2012-09-12 | dernierreveur | [r55] Maj:Added logo on program |
doc | 2012-09-11 | dernierreveur | [r54] Add:UML documentation |
include | 2012-10-15 | dernierreveur | [r61] Work on strings parameters |
src | 2012-10-16 | dernierreveur | [r62] Multi line strings |
CMakeLists.txt | 2012-10-10 | dernierreveur | [r59] Plus de verifications dans les cmakelist |
ReadMe.txt | 2012-08-25 | dernierreveur | [r30] Add:ReadMe to give informations on how to build... |
RoadMap.txt | 2012-10-16 | dernierreveur | [r62] Multi line strings |
-- Required components This project is made to be build using CMake. You can download it here : http://www.cmake.org/cmake/resources/software.html The minimal version allowed CMake version is the 2.6 This project need the extern library Qt. You can download the last Qt version here : http://qt.nokia.com/downloads (Be carefull to install the good build i.e => mingw or visual studio etc....) -- Setup the project You can use any directory you want to generate the projects file so that you can separate source/solutions and builds. Create a new empty directory and create a config.cmake file with any text editor. Fill it based on the cfg/config_example.cmake file. Open the cmake gui and fill the source code dir with the current source dir, and the binary one with the path of your config.cmake file. Click configure then generate.