Added information about packages installed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user