summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.pro
blob: 67558bb624e44b528041fa0082fae412abfc77c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CONFIG    = qt warn_on quick-app
HEADERS   = mainwindow.h \
      cbinfo.h        \
      traninfo.h      \
      graphinfo.h     \
      configuration.h \
      password.h      \
      checkbook.h     \
      transaction.h   \
      tabledef.h      \
      listedit.h      \
      cfg.h           \
      graph.h
SOURCES   = main.cpp    \
      mainwindow.cpp    \
      cbinfo.cpp        \
      traninfo.cpp      \
      graphinfo.cpp     \
      configuration.cpp \
      password.cpp      \
      checkbook.cpp     \
      transaction.cpp   \
      tabledef.cpp      \
      listedit.cpp      \
      cfg.cpp           \
      graph.cpp
INCLUDEPATH     += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS    += -lqpe -lopiecore2 -lopieui2
TARGET    = checkbook

include( $(OPIEDIR)/include.pro )