Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fizzygalacticus/report-generator
Generates technician reports based on given input.
https://github.com/fizzygalacticus/report-generator
Last synced: 9 days ago
JSON representation
Generates technician reports based on given input.
- Host: GitHub
- URL: https://github.com/fizzygalacticus/report-generator
- Owner: FizzyGalacticus
- Created: 2014-07-02T23:38:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T20:17:57.000Z (almost 10 years ago)
- Last Synced: 2023-08-12T15:21:54.662Z (over 1 year ago)
- Language: C++
- Size: 832 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Report-Generator
================Generates technician reports based on given input.
This utility was created as a helper for me in my daily work as a technician. It is far from perfect, but hopefully I can make it better (slowly but surely!).
HELPFUL LINKS:
==============
* [How to statically link Qt 4](http://www.formortals.com/how-to-statically-link-qt-4/).
* [Building Qt Static (and Dynamic) and Making it Small with GCC, Microsoft Visual Studio, and the Intel Compiler](http://www.formortals.com/build-qt-static-small-microsoft-intel-gcc-compiler/).
* [Qt static linking and deployment](http://stackoverflow.com/questions/1011197/qt-static-linking-and-deployment).
* [Build Standalone Qt Application for Windows](http://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows).