source: mmcs/SMSAM.pro @ fa3f7a3

matrices
Last change on this file since fa3f7a3 was fa3f7a3, checked in by rboet <rboet@…>, 9 years ago

agregada funcionabilidad de escenarios

  • Property mode set to 100644
File size: 940 bytes
Line 
1HEADERS += mainwindow.H \
2    formloadmatrix.H \
3    formviewmatrix.H \
4    stackwidget.H \
5    accountwidget.H \
6    formvariablesexogenas.h \
7    stackvariablesexogenas.h \
8    variableexogenawidget.h \
9    formexportmatrix.h \
10    formencadenamientos.h \
11    stackencadenamientos.h \
12    encadenamientoswidget.h \
13    formcompararresultados.h
14
15SOURCES += mainwindow.C \
16    main.C \
17    formloadmatrix.C \
18    formviewmatrix.C \
19    stackwidget.C \
20    accountwidget.C \
21    formvariablesexogenas.cpp \
22    stackvariablesexogenas.cpp \
23    variableexogenawidget.cpp \
24    formexportmatrix.cpp \
25    formencadenamientos.cpp \
26    stackencadenamientos.cpp \
27    encadenamientoswidget.cpp \
28    formcompararresultados.cpp
29FORMS += formLoadMatrix.ui \
30    formMatrixView.ui \
31    formvariablesexogenas.ui \
32    formexportmatrix.ui \
33    formencadenamientos.ui \
34    formcompararresultados.ui
35
36INCLUDEPATH += $$PWD/Eigen
37
38
39CONFIG += warn_off
Note: See TracBrowser for help on using the repository browser.