socio and presidente interface separation
This commit is contained in:
parent
7444550329
commit
5cb738dce4
|
@ -1 +1,2 @@
|
|||
*.pro.user
|
||||
build-*
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
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)
|
||||
|
|
@ -1,14 +1,13 @@
|
|||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2019-08-03T15:05:59
|
||||
#
|
||||
# adapted by giomba
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui sql
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = gestionale
|
||||
TARGET = argento
|
||||
TEMPLATE = app
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
Loading…
Reference in New Issue