author | mickeyl <mickeyl> | 2003-11-09 01:15:12 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-09 01:15:12 (UTC) |
commit | 61d14f9b908f06e3ef34c2ed3e7f1368c9e4533e (patch) (unidiff) | |
tree | 18172f03afe4b9af6a39a56e8dda20e538bd6cf6 | |
parent | 98e689ddd8deb83e3ad0752c036f6eec468c403e (diff) | |
download | opie-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...
-rw-r--r-- | noncore/apps/zsafe/zsafe.pro | 10 |
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 | |||
@@ -9,10 +9,6 @@ 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 infoform.ui wait.ui |
11 | INTERFACES += 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 |
17 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie | 13 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++ |
18 | TARGET = zsafe | 14 | TARGET = zsafe |
@@ -20,3 +16,3 @@ TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts | |||
20 | 16 | ||
21 | #include ( $(OPIEDIR)/include.pro ) | 17 | include ( $(OPIEDIR)/include.pro ) |
22 | 18 | ||