From 60238d4e9781ad18475a3b45bceaad1d30ea1b8b Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 05 Jul 2002 13:00:41 +0000 Subject: spendings tracking app by Nick Betcher (who quit qte development .-( ) --- (limited to 'noncore/apps/checkbook/qcheckbook.pro') diff --git a/noncore/apps/checkbook/qcheckbook.pro b/noncore/apps/checkbook/qcheckbook.pro new file mode 100644 index 0000000..f601f6d --- a/dev/null +++ b/noncore/apps/checkbook/qcheckbook.pro @@ -0,0 +1,33 @@ +TEMPLATE = app +CONFIG = qt warn_on release +HEADERS = config.h \ + qcheckbook.h \ + qcheckdetails.h \ + qcheckentry.h \ + qcheckgraph.h \ + qcheckmainmenu.h \ + qcheckname.h \ + qcheckview.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 \ + qrestrictedline.cpp +INTERFACES = qcheckdetailsbase.ui \ + qcheckentrybase.ui \ + qcheckgraphbase.ui \ + qcheckmmbase.ui \ + qchecknamebase.ui \ + qcheckviewbase.ui +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe +TARGET = $(OPIEDIR)/bin/checkbook \ No newline at end of file -- cgit v0.9.0.2