first commit, base client with gtk3
This commit is contained in:
26
ClienteTFG.pro
Normal file
26
ClienteTFG.pro
Normal 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
|
||||
Reference in New Issue
Block a user