-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLatex.pro
37 lines (30 loc) · 834 Bytes
/
Latex.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#-------------------------------------------------
#
# Project created by QtCreator 2012-08-21T13:28:08
#
#-------------------------------------------------
QT += core
QT -= gui
TARGET = Latex
CONFIG += console
CONFIG -= app_bundle
CONFIG += qxt
TEMPLATE = app
SOURCES += main.cpp \
epicrisis_documento.cpp \
reporte_operatorio_documento.cpp \
riesgo_quirurgico_documento.cpp \
examen_clinico_documento.cpp \
antecedentes_documento.cpp \
clinica_tab_documento.cpp \
historia_clinica_documento.cpp \
connecionssh.cpp
HEADERS += \
epicrisis_documento.h \
reporte_operatorio_documento.h \
riesgo_quirurgico_documento.h \
examen_clinico_documento.h \
antecedentes_documento.h \
clinica_tab_documento.h \
historia_clinica_documento.h \
connecionssh.h