summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe
authormickeyl <mickeyl>2003-11-09 01:15:12 (UTC)
committer mickeyl <mickeyl>2003-11-09 01:15:12 (UTC)
commit61d14f9b908f06e3ef34c2ed3e7f1368c9e4533e (patch) (side-by-side diff)
tree18172f03afe4b9af6a39a56e8dda20e538bd6cf6 /noncore/apps/zsafe
parent98e689ddd8deb83e3ad0752c036f6eec468c403e (diff)
downloadopie-61d14f9b908f06e3ef34c2ed3e7f1368c9e4533e.zip
opie-61d14f9b908f06e3ef34c2ed3e7f1368c9e4533e.tar.gz
opie-61d14f9b908f06e3ef34c2ed3e7f1368c9e4533e.tar.bz2
make the .pro file a bit more sane
btw., zsafe's directory structure is a mess...
Diffstat (limited to 'noncore/apps/zsafe') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/zsafe.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/noncore/apps/zsafe/zsafe.pro b/noncore/apps/zsafe/zsafe.pro
index 5cb74dd..7c6fa6a 100644
--- a/noncore/apps/zsafe/zsafe.pro
+++ b/noncore/apps/zsafe/zsafe.pro
@@ -7,16 +7,12 @@ SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \
categorylist.cpp zlistview.cpp shadedlistitem.cpp\
scqtfileedit.cpp scqtfileedit.moc.cpp \
scqtfiledlg.cpp
-INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui
-INTERFACES += infoform.ui wait.ui
-
+INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui
INCLUDEPATH += $(OPIEDIR)/include
-INCLUDEPATH += .
-INCLUDEPATH += $(OPIEDIR)/noncore/apps/zsafe
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie
+LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++
TARGET = zsafe
TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts
-#include ( $(OPIEDIR)/include.pro )
+include ( $(OPIEDIR)/include.pro )