author | mickeyl <mickeyl> | 2003-11-09 01:15:12 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-09 01:15:12 (UTC) |
commit | 61d14f9b908f06e3ef34c2ed3e7f1368c9e4533e (patch) (side-by-side diff) | |
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 @@ -1,22 +1,18 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h \ scqtfiledlg.h 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 ) |