auto link to external libs

pull/1/head
Thorsten Liebig 2010-03-12 11:58:44 +01:00
parent fb9955c2cb
commit 1220aef54f
1 changed files with 4 additions and 0 deletions

View File

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