Rev | Line | |
---|
[911] | 1 |
|
---|
| 2 | # Switch to debug configuration
|
---|
| 3 | # -----------------------------
|
---|
| 4 | CONFIG -= release
|
---|
| 5 | CONFIG += debug
|
---|
| 6 |
|
---|
| 7 | # Get rid of mingwm10.dll
|
---|
| 8 | # -----------------------
|
---|
| 9 | win32:QMAKE_LFLAGS -= -mthreads
|
---|
| 10 | win32:QMAKE_CXXFLAGS_EXCEPTIONS_ON -= -mthreads
|
---|
| 11 | win32:QMAKE_LFLAGS_EXCEPTIONS_ON -= -mthreads
|
---|
| 12 |
|
---|
| 13 | debug:OBJECTS_DIR=.obj/debug
|
---|
| 14 | debug:MOC_DIR=.moc/debug
|
---|
| 15 | release:OBJECTS_DIR=.obj/release
|
---|
| 16 | release:MOC_DIR=.moc/release
|
---|
| 17 |
|
---|
| 18 | # Include Path
|
---|
| 19 | # ------------
|
---|
| 20 | INCLUDEPATH = . ./newmat
|
---|
| 21 |
|
---|
| 22 | HEADERS = bnsutils.h bnseph.h
|
---|
| 23 |
|
---|
| 24 | HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \
|
---|
| 25 | newmat/newmatap.h newmat/newmat.h newmat/newmatio.h \
|
---|
| 26 | newmat/newmatrc.h newmat/newmatrm.h newmat/precisio.h
|
---|
| 27 |
|
---|
| 28 | SOURCES = tst_glo.cpp bnsutils.cpp bnseph.cpp
|
---|
| 29 |
|
---|
| 30 | SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp \
|
---|
| 31 | newmat/fft.cpp newmat/hholder.cpp newmat/jacobi.cpp \
|
---|
| 32 | newmat/myexcept.cpp newmat/newfft.cpp newmat/newmat1.cpp \
|
---|
| 33 | newmat/newmat2.cpp newmat/newmat3.cpp newmat/newmat4.cpp \
|
---|
| 34 | newmat/newmat5.cpp newmat/newmat6.cpp newmat/newmat7.cpp \
|
---|
| 35 | newmat/newmat8.cpp newmat/newmat9.cpp newmat/newmatex.cpp \
|
---|
| 36 | newmat/newmatrm.cpp newmat/nm_misc.cpp newmat/sort.cpp \
|
---|
| 37 | newmat/submat.cpp newmat/svd.cpp
|
---|
| 38 |
|
---|
| 39 | QT += network
|
---|
| 40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.