source: ntrip/trunk/BNS/bns.pro@ 855

Last change on this file since 855 was 850, checked in by mervart, 16 years ago

* empty log message *

File size: 1.5 KB
Line 
1
2# Switch to debug configuration
3# -----------------------------
4CONFIG -= release
5CONFIG += debug
6
7RESOURCES += bns.qrc
8
9# Get rid of mingwm10.dll
10# -----------------------
11win32:QMAKE_LFLAGS -= -mthreads
12win32:QMAKE_CXXFLAGS_EXCEPTIONS_ON -= -mthreads
13win32:QMAKE_LFLAGS_EXCEPTIONS_ON -= -mthreads
14
15debug:OBJECTS_DIR=.obj/debug
16debug:MOC_DIR=.moc/debug
17release:OBJECTS_DIR=.obj/release
18release:MOC_DIR=.moc/release
19
20# Include Path
21# ------------
22INCLUDEPATH = . ./newmat
23
24HEADERS = bns.h bnswindow.h bnshlpdlg.h bnshtml.h \
25 bnseph.h bnsutils.h bnsrinex.h bnssp3.h bnsoutf.h
26
27HEADERS += 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
31SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp \
32 bnseph.cpp bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp
33
34SOURCES += 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
43RC_FILE = bns.rc
44
45QT += network
46
Note: See TracBrowser for help on using the repository browser.