author | chicken <chicken> | 2004-02-24 09:04:19 (UTC) |
---|---|---|
committer | chicken <chicken> | 2004-02-24 09:04:19 (UTC) |
commit | e26da4b7b71f63df91c128e09279ab8dc119e5e8 (patch) (side-by-side diff) | |
tree | 3e0d06d54526cfff8cbb61586123532583056ee0 | |
parent | 0a1c131b927ebebb772e67e4ac3975a1da1a870c (diff) | |
download | opie-e26da4b7b71f63df91c128e09279ab8dc119e5e8.zip opie-e26da4b7b71f63df91c128e09279ab8dc119e5e8.tar.gz opie-e26da4b7b71f63df91c128e09279ab8dc119e5e8.tar.bz2 |
one more fix
-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 1e8e4ac..db71753 100644 --- a/noncore/apps/zsafe/zsafe.pro +++ b/noncore/apps/zsafe/zsafe.pro @@ -11,5 +11,5 @@ INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.u INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopieui2 +LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopiecore2 -lopieui2 TARGET = zsafe |