| Line | |
|---|
| 1 |
|
|---|
| 2 | # Switch to debug configuration
|
|---|
| 3 | # -----------------------------
|
|---|
| 4 | ### CONFIG -= release
|
|---|
| 5 | ### CONFIG += debug
|
|---|
| 6 |
|
|---|
| 7 | RESOURCES += bns.qrc
|
|---|
| 8 |
|
|---|
| 9 | # Location of the NewMat Library
|
|---|
| 10 | # ------------------------------
|
|---|
| 11 | unix:NEWMAT_ROOT = $$(NEWMAT_ROOT)
|
|---|
| 12 | win32:NEWMAT_ROOT = ../../Source/newmat
|
|---|
| 13 |
|
|---|
| 14 | # Get rid of mingwm10.dll
|
|---|
| 15 | # -----------------------
|
|---|
| 16 | win32:QMAKE_LFLAGS -= -mthreads
|
|---|
| 17 | win32:QMAKE_CXXFLAGS_EXCEPTIONS_ON -= -mthreads
|
|---|
| 18 | win32:QMAKE_LFLAGS_EXCEPTIONS_ON -= -mthreads
|
|---|
| 19 |
|
|---|
| 20 | debug:OBJECTS_DIR=.obj/debug
|
|---|
| 21 | debug:MOC_DIR=.moc/debug
|
|---|
| 22 | release:OBJECTS_DIR=.obj/release
|
|---|
| 23 | release:MOC_DIR=.moc/release
|
|---|
| 24 |
|
|---|
| 25 | # Include Path and additional Libraries
|
|---|
| 26 | # -------------------------------------
|
|---|
| 27 | INCLUDEPATH = . $$NEWMAT_ROOT/include
|
|---|
| 28 | LIBS = -L$$NEWMAT_ROOT/lib -lnewmat
|
|---|
| 29 |
|
|---|
| 30 | HEADERS = bns.h bnswindow.h bnshlpdlg.h bnshtml.h \
|
|---|
| 31 | bnseph.h bnsutils.h
|
|---|
| 32 |
|
|---|
| 33 | SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp \
|
|---|
| 34 | bnseph.cpp bnsutils.cpp
|
|---|
| 35 |
|
|---|
| 36 | RC_FILE = bns.rc
|
|---|
| 37 |
|
|---|
| 38 | QT += network
|
|---|
| 39 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.