source: ntrip/trunk/BNS/tst_glo.pro@ 2369

Last change on this file since 2369 was 911, checked in by mervart, 16 years ago

* empty log message *

File size: 1.3 KB
Line 
1
2# Switch to debug configuration
3# -----------------------------
4CONFIG -= release
5CONFIG += debug
6
7# Get rid of mingwm10.dll
8# -----------------------
9win32:QMAKE_LFLAGS -= -mthreads
10win32:QMAKE_CXXFLAGS_EXCEPTIONS_ON -= -mthreads
11win32:QMAKE_LFLAGS_EXCEPTIONS_ON -= -mthreads
12
13debug:OBJECTS_DIR=.obj/debug
14debug:MOC_DIR=.moc/debug
15release:OBJECTS_DIR=.obj/release
16release:MOC_DIR=.moc/release
17
18# Include Path
19# ------------
20INCLUDEPATH = . ./newmat
21
22HEADERS = bnsutils.h bnseph.h
23
24HEADERS += 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
28SOURCES = tst_glo.cpp bnsutils.cpp bnseph.cpp
29
30SOURCES += 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
39QT += network
40
Note: See TracBrowser for help on using the repository browser.