TEMPLATE = app CONFIG += console c++11 CONFIG -= app_bundle CONFIG -= qt CONFIG += link_pkgconfig #PKGCONFIG += gtk+-3.0 PKGCONFIG += gtkmm-3.0 LIBS += -lcrypto -lssl SOURCES += \ main.cpp \ conexion.cpp \ conexion_ssl.cpp \ config_reader.cpp \ view_loggin.cpp \ read_uses.cpp \ session_manager.cpp \ container_window.cpp \ view_install.cpp \ controller_install.cpp \ view_remove.cpp \ controller_remove.cpp \ view_info.cpp \ controller_info.cpp \ view_user_info.cpp \ controller_user_info.cpp \ dialog_add_user.cpp HEADERS += \ conexion.h \ conexion_ssl.h \ config_reader.h \ view_loggin.h \ read_uses.h \ session_manager.h \ container_window.h \ view_install.h \ controller_install.h \ view_remove.h \ controller_remove.h \ view_info.h \ controller_info.h \ view_user_info.h \ controller_user_info.h \ dialog_add_user.h