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

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

* empty log message *

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