source: mmcs/SMSAM.pro @ 8ad4484

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

Avance del proyecto 60%

  • Property mode set to 100644
File size: 590 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
10SOURCES += mainwindow.C \
11    main.C \
12    formloadmatrix.C \
13    formviewmatrix.C \
14    stackwidget.C \
15    accountwidget.C \
16    formvariablesexogenas.cpp \
17    stackvariablesexogenas.cpp \
18    variableexogenawidget.cpp
19FORMS += formLoadMatrix.ui \
20    formMatrixView.ui \
21    formvariablesexogenas.ui
22
23INCLUDEPATH += $$PWD/armadillo_bits
24
25LIBS += -L -larmadillo \
26        -llapack
Note: See TracBrowser for help on using the repository browser.