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