source: mmcs/SMSAM.pro @ 4c71262

Last change on this file since 4c71262 was 4c71262, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Arreglado bug en los encadenamientos

  • Property mode set to 100755
File size: 1.4 KB
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    formcompararmnc.h \
15    formincidenciai.h \
16    formpreciosnohomogeneos.h \
17    stackpreciosnohomogeneos.h \
18    variablepnh.h \
19    genericFunctions.h
20
21SOURCES += mainwindow.C \
22    main.C \
23    formloadmatrix.C \
24    formviewmatrix.C \
25    stackwidget.C \
26    accountwidget.C \
27    formvariablesexogenas.cpp \
28    stackvariablesexogenas.cpp \
29    variableexogenawidget.cpp \
30    formexportmatrix.cpp \
31    formencadenamientos.cpp \
32    stackencadenamientos.cpp \
33    encadenamientoswidget.cpp \
34    formcompararresultados.cpp \
35    formcompararmnc.cpp \
36    formincidenciai.cpp \
37    formpreciosnohomogeneos.cpp \
38    stackpreciosnohomogeneos.cpp \
39    variablepnh.cpp \
40    genericFunctions.cpp
41FORMS += formLoadMatrix.ui \
42    formMatrixView.ui \
43    formvariablesexogenas.ui \
44    formexportmatrix.ui \
45    formencadenamientos.ui \
46    formcompararresultados.ui \
47    formcompararmnc.ui \
48    formincidenciai.ui \
49    formpreciosnohomogeneos.ui
50
51INCLUDEPATH += $$PWD/Eigen
52
53
54CONFIG += warn_off
55
56RESOURCES += \
57    img/images.qrc
Note: See TracBrowser for help on using the repository browser.