change rpath linking flags

pull/1/head
Sebastian Held 2010-03-26 15:52:09 +01:00
parent c916059a30
commit a5e4ab6233
1 changed files with 3 additions and 4 deletions

View File

@ -15,10 +15,9 @@ LIBS += -L../CSXCAD \
-lfparser \ -lfparser \
-L../tinyxml \ -L../tinyxml \
-ltinyxml -ltinyxml
QMAKE_LFLAGS += \'-Wl,-rpath,\$$ORIGIN/../CSXCAD\' QMAKE_LFLAGS += '-Wl,-rpath,\$$ORIGIN/../CSXCAD'
QMAKE_LFLAGS += \'-Wl,-rpath,\$$ORIGIN/../fparser\' QMAKE_LFLAGS += '-Wl,-rpath,\$$ORIGIN/../fparser'
QMAKE_LFLAGS += \'-Wl,-rpath,\$$ORIGIN/../tinyxml\' QMAKE_LFLAGS += '-Wl,-rpath,\$$ORIGIN/../tinyxml'
SOURCES += main.cpp \ SOURCES += main.cpp \
tools/ErrorMsg.cpp \ tools/ErrorMsg.cpp \
tools/AdrOp.cpp \ tools/AdrOp.cpp \