summaryrefslogtreecommitdiff
path: root/Geld.pro
blob: 647281fcf96372fb465b3d6117b0b86e8b148e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -------------------------------------------------
# Project created by QtCreator 2009-09-16T14:16:05
# -------------------------------------------------
QT += sql
TARGET = Geld
TEMPLATE = app
SOURCES += main.cpp \
    geld.cpp \
    transactionmodel.cpp \
    transaction.cpp \
    contraaccount.cpp
HEADERS += geld.h \
    transactionmodel.h \
    transaction.h \
    contraaccount.h
FORMS += geld.ui \
    transaction.ui \
    contraaccount.ui