first commit, base client with gtk3

This commit is contained in:
2020-05-08 12:42:02 +02:00
commit f9cdde7008
17 changed files with 777 additions and 0 deletions

26
ClienteTFG.pro Normal file
View File

@@ -0,0 +1,26 @@
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 \
vista.cpp \
controlador.cpp \
view_loggin.cpp \
read_uses.cpp
HEADERS += \
conexion.h \
conexion_ssl.h \
config_reader.h \
vista.h \
controlador.h \
view_loggin.h \
read_uses.h