summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/qcheckbook.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/qcheckbook.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/qcheckbook.pro33
1 files changed, 33 insertions, 0 deletions
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