pro-file: add fparser root path

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
pull/10/head
Thorsten Liebig 2013-09-03 23:17:41 +02:00
parent 6587bea802
commit 0b4d957201
1 changed files with 9 additions and 0 deletions

View File

@ -84,7 +84,16 @@ win32 {
LIBS += -L$$CSXCAD_ROOT/lib -lCSXCAD
# #3rd party libraries#
#fparser
isEmpty(FPARSER_ROOT) {
FPARSER_ROOT = /usr
} else {
INCLUDEPATH += $$FPARSER_ROOT/include
LIBS += -L$$FPARSER_ROOT/lib
QMAKE_LFLAGS += \'-Wl,-rpath,$$FPARSER_ROOT/lib\'
}
LIBS += -lfparser
LIBS += -ltinyxml
DEFINES += TIXML_USE_STL
LIBS += -lboost_thread-mt