author | zcarsten <zcarsten> | 2003-07-31 08:09:04 (UTC) |
---|---|---|
committer | zcarsten <zcarsten> | 2003-07-31 08:09:04 (UTC) |
commit | e7cb83fcf64affbf75cf868759e4e222eb8b985f (patch) (side-by-side diff) | |
tree | 47c2cbf5db32cc00c454285955c8d3bd952d1121 /noncore/apps | |
parent | e39b4d607a982d999d1087a503eccaf91e8acebb (diff) | |
download | opie-e7cb83fcf64affbf75cf868759e4e222eb8b985f.zip opie-e7cb83fcf64affbf75cf868759e4e222eb8b985f.tar.gz opie-e7cb83fcf64affbf75cf868759e4e222eb8b985f.tar.bz2 |
LIBS path changed
-rw-r--r-- | noncore/apps/zsafe/zsafe.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/zsafe/zsafe.pro b/noncore/apps/zsafe/zsafe.pro index 35aff23..ae4c793 100644 --- a/noncore/apps/zsafe/zsafe.pro +++ b/noncore/apps/zsafe/zsafe.pro @@ -14,7 +14,7 @@ INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += . INCLUDEPATH += $(OPIEDIR)/noncore/apps/zsafe DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe TARGET = zsafe TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts |