Un pessimo gestionale molto anni 90 scritto in Qt per popolare il database dei soci e tener conto delle iscrizioni, eventualmente estendibile
Go to file
giomba e37455b8c0 [nicolodi] nullptr initialization of priv members 2019-08-16 18:39:04 +02:00
argento [argento] ui<->database properly connected using QtModel 2019-08-16 18:38:30 +02:00
nicolodi [nicolodi] nullptr initialization of priv members 2019-08-16 18:39:04 +02:00
.gitignore socio and presidente interface separation 2019-08-07 14:55:07 +02:00
README socio and presidente interface separation 2019-08-07 14:55:07 +02:00

README

    Argento
===============
A management software for GOLEM - Gruppo Operativo Linux Empoli.

== Components ==
argento:
    president's interface to run on Sala-Corsi

nicolodi:
    socio's interface to run on Limortouch

== Dependencies ==
On Debian/Ubuntu/Mint:
    qt5-default
    ... TODO ...

== Build ==
 $ cd $REPOSITORY
 $ mkdir build-component
 $ cd build-component
 $ qmake ../component
 $ make -j$(nproc)