ClienteTFG/ClienteTFG.pro

41 lines
863 B
Prolog
Raw Normal View History

2020-05-08 12:42:02 +02:00
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 \
2020-05-13 00:56:26 +02:00
read_uses.cpp \
session_manager.cpp \
2020-05-16 20:52:10 +02:00
container_window.cpp \
view_install.cpp \
controller_install.cpp \
view_info.cpp \
2020-05-20 00:09:18 +02:00
controller_info.cpp \
view_user_info.cpp \
2020-05-23 19:59:55 +02:00
controller_user_info.cpp \
dialog_add_user.cpp
2020-05-08 12:42:02 +02:00
HEADERS += \
conexion.h \
conexion_ssl.h \
config_reader.h \
view_loggin.h \
2020-05-13 00:56:26 +02:00
read_uses.h \
session_manager.h \
2020-05-16 20:52:10 +02:00
container_window.h \
view_install.h \
controller_install.h \
view_info.h \
2020-05-20 00:09:18 +02:00
controller_info.h \
view_user_info.h \
2020-05-23 19:59:55 +02:00
controller_user_info.h \
dialog_add_user.h