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
RevLine 
[44d1e60]1HEADERS += mainwindow.H \
2    formloadmatrix.H \
3    formviewmatrix.H \
4    stackwidget.H \
[9dd61b1]5    accountwidget.H \
6    formvariablesexogenas.h \
7    stackvariablesexogenas.h \
8    variableexogenawidget.h \
[8daa049]9    formexportmatrix.h \
10    formencadenamientos.h \
11    stackencadenamientos.h \
[fa3f7a3]12    encadenamientoswidget.h \
[96b0c4a]13    formcompararresultados.h \
[fc268a0]14    formcompararmnc.h \
[04999c9]15    formincidenciai.h \
16    formpreciosnohomogeneos.h \
17    stackpreciosnohomogeneos.h \
[4c71262]18    variablepnh.h \
19    genericFunctions.h
[9dd61b1]20
[44d1e60]21SOURCES += mainwindow.C \
22    main.C \
23    formloadmatrix.C \
24    formviewmatrix.C \
25    stackwidget.C \
[9dd61b1]26    accountwidget.C \
27    formvariablesexogenas.cpp \
28    stackvariablesexogenas.cpp \
[bd5e45b]29    variableexogenawidget.cpp \
[8daa049]30    formexportmatrix.cpp \
31    formencadenamientos.cpp \
32    stackencadenamientos.cpp \
[fa3f7a3]33    encadenamientoswidget.cpp \
[96b0c4a]34    formcompararresultados.cpp \
[fc268a0]35    formcompararmnc.cpp \
[04999c9]36    formincidenciai.cpp \
37    formpreciosnohomogeneos.cpp \
38    stackpreciosnohomogeneos.cpp \
[4c71262]39    variablepnh.cpp \
40    genericFunctions.cpp
[44d1e60]41FORMS += formLoadMatrix.ui \
[9dd61b1]42    formMatrixView.ui \
[bd5e45b]43    formvariablesexogenas.ui \
[8daa049]44    formexportmatrix.ui \
[fa3f7a3]45    formencadenamientos.ui \
[96b0c4a]46    formcompararresultados.ui \
[fc268a0]47    formcompararmnc.ui \
[04999c9]48    formincidenciai.ui \
49    formpreciosnohomogeneos.ui
[9dd61b1]50
[8daa049]51INCLUDEPATH += $$PWD/Eigen
[9dd61b1]52
[aa628c3]53
54CONFIG += warn_off
[fe758bf]55
56RESOURCES += \
[d8de4cf]57    img/images.qrc
Note: See TracBrowser for help on using the repository browser.