Added information about packages installed

This commit is contained in:
2020-05-19 20:34:51 +02:00
parent 9eb45f329a
commit 4fc3d964ce
17 changed files with 202 additions and 20 deletions

View File

@@ -16,7 +16,11 @@ SOURCES += \
session_manager.cpp \
container_window.cpp \
view_install.cpp \
controller_install.cpp
controller_install.cpp \
view_remove.cpp \
controller_remove.cpp \
view_info.cpp \
controller_info.cpp
HEADERS += \
conexion.h \
@@ -27,4 +31,8 @@ HEADERS += \
session_manager.h \
container_window.h \
view_install.h \
controller_install.h
controller_install.h \
view_remove.h \
controller_remove.h \
view_info.h \
controller_info.h