summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-11-09 01:15:12 (UTC)
committer mickeyl <mickeyl>2003-11-09 01:15:12 (UTC)
commit61d14f9b908f06e3ef34c2ed3e7f1368c9e4533e (patch) (unidiff)
tree18172f03afe4b9af6a39a56e8dda20e538bd6cf6
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 (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 \
7 categorylist.cpp zlistview.cpp shadedlistitem.cpp\ 7 categorylist.cpp zlistview.cpp shadedlistitem.cpp\
8 scqtfileedit.cpp scqtfileedit.moc.cpp \ 8 scqtfileedit.cpp scqtfileedit.moc.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 infoform.ui wait.ui
11INTERFACES += infoform.ui wait.ui
12
13 INCLUDEPATH+= $(OPIEDIR)/include 11 INCLUDEPATH+= $(OPIEDIR)/include
14 INCLUDEPATH+= .
15 INCLUDEPATH+= $(OPIEDIR)/noncore/apps/zsafe
16 DEPENDPATH+= $(OPIEDIR)/include 12 DEPENDPATH+= $(OPIEDIR)/include
17LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie 13LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++
18 TARGET = zsafe 14 TARGET = zsafe
19TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts 15TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts
20 16
21#include ( $(OPIEDIR)/include.pro ) 17include ( $(OPIEDIR)/include.pro )
22 18