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 dc5387b63c Global unique database connection
this looks like the way qt should work, and doing otherwise (creating
and destroyng continuously the connection) gives a lot of warnings at
runtime
2019-08-16 15:50:00 +02:00
argento proper application settings renaming 2019-08-07 17:41:46 +02:00
nicolodi Global unique database connection 2019-08-16 15:50:00 +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)