author | zcarsten <zcarsten> | 2003-07-31 08:09:04 (UTC) |
---|---|---|
committer | zcarsten <zcarsten> | 2003-07-31 08:09:04 (UTC) |
commit | e7cb83fcf64affbf75cf868759e4e222eb8b985f (patch) (unidiff) | |
tree | 47c2cbf5db32cc00c454285955c8d3bd952d1121 | |
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 | |||
@@ -9,14 +9,14 @@ SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \ | |||
9 | scqtfiledlg.cpp | 9 | scqtfiledlg.cpp |
10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui | 10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui |
11 | INTERFACES += infoform.ui wait.ui | 11 | INTERFACES += infoform.ui wait.ui |
12 | 12 | ||
13 | INCLUDEPATH+= $(OPIEDIR)/include | 13 | INCLUDEPATH+= $(OPIEDIR)/include |
14 | INCLUDEPATH+= . | 14 | INCLUDEPATH+= . |
15 | INCLUDEPATH+= $(OPIEDIR)/noncore/apps/zsafe | 15 | INCLUDEPATH+= $(OPIEDIR)/noncore/apps/zsafe |
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe | 17 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe |
18 | TARGET = zsafe | 18 | TARGET = zsafe |
19 | TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts | 19 | TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts |
20 | 20 | ||
21 | #include ( $(OPIEDIR)/include.pro ) | 21 | #include ( $(OPIEDIR)/include.pro ) |
22 | 22 | ||