summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/checkbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.pro39
1 files changed, 10 insertions, 29 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index cf78739..07cc012 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -1,39 +1,20 @@
TEMPLATE = app
CONFIG = qt warn_on release
-HEADERS = config.h \
- qcheckbook.h \
- qcheckdetails.h \
- qcheckentry.h \
- qcheckgraph.h \
- qcheckmainmenu.h \
- qcheckname.h \
- qcheckview.h \
- qchecknamebase.h \
- qrestrictedcombo.h \
- qrestrictedline.h
-SOURCES = config.cpp \
- main.cpp \
- qcheckbook.cpp \
- qcheckdetails.cpp \
- qcheckentry.cpp \
- qcheckgraph.cpp \
- qcheckmainmenu.cpp \
- qcheckname.cpp \
- qcheckview.cpp \
- qrestrictedcombo.cpp \
- qchecknamebase.cpp \
- qrestrictedline.cpp
-INTERFACES = qcheckdetailsbase.ui \
- qcheckentrybase.ui \
- qcheckgraphbase.ui \
- qcheckmmbase.ui \
- qcheckviewbase.ui
+HEADERS = mainwindow.h \
+ traninfo.h \
+ checkbook.h \
+ transaction.h
+SOURCES = main.cpp \
+ mainwindow.cpp \
+ traninfo.cpp \
+ checkbook.cpp \
+ transaction.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+LIBS += -lqpe -lopie
TARGET = checkbook
DESTDIR = $(OPIEDIR)/bin
TRANSLATIONS = ../../../i18n/de/checkbook.ts \
../../../i18n/en/checkbook.ts \
../../../i18n/es/checkbook.ts \