-rw-r--r-- | noncore/apps/zsafe/zsafe.pro | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/noncore/apps/zsafe/zsafe.pro b/noncore/apps/zsafe/zsafe.pro index dd5360b..35aff23 100644 --- a/noncore/apps/zsafe/zsafe.pro +++ b/noncore/apps/zsafe/zsafe.pro @@ -1,4 +1,4 @@ TEMPLATE = app -#CONFIG = qt warn_on debug CONFIG = qt warn_on release +DESTDIR = $(OPIEDIR)/bin HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h \ @@ -9,11 +9,14 @@ SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \ scqtfiledlg.cpp -INCLUDEPATH += $(QPEDIR)/include -INCLUDEPATH += . -DEPENDPATH += $(QPEDIR)/include -LIBS += -lqpe -#INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui scqtfiledlg.ui INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui INTERFACES += infoform.ui wait.ui + +INCLUDEPATH += $(OPIEDIR)/include +INCLUDEPATH += . +INCLUDEPATH += $(OPIEDIR)/noncore/apps/zsafe +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe TARGET = zsafe -#DESTDIR = ../bin -TRANSLATIONS = i18n/de/zsafe.ts +TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts + +#include ( $(OPIEDIR)/include.pro ) + |