Projekt

Allgemein

Profil

Herunterladen als
Herunterladen (811 Bytes) Statistiken
| Zweig: | Revision:
6899f814 Christian Ehringfeld
#-------------------------------------------------
#
# Project created by QtCreator 2013-08-01T15:03:24
#
#-------------------------------------------------
57d6da31 Christian Ehringfeld
include(../samples.pri)
6899f814 Christian Ehringfeld
QT += core
QT += sql
QT -= gui

b02f465a SebastianDiel
#TARGET = EntityManager
6899f814 Christian Ehringfeld
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

HEADERS += \
59e17af2 SebastianDiel
ratingmarkincident.h \
incident.h \
ratingmarksystem.h \
ratingmarkdefinition.h \
enums.h \
occasion.h \
datacreation.h \
address.h \
contact.h \
group.h \
person.h \
8f029876 Christian Ehringfeld
pupil.h
6899f814 Christian Ehringfeld
SOURCES += \
9d05e414 Christian Ehringfeld
main.cpp \
59e17af2 SebastianDiel
ratingmarkincident.cpp \
incident.cpp \
ratingmarksystem.cpp \
ratingmarkdefinition.cpp \
occasion.cpp \
datacreation.cpp \
address.cpp \
contact.cpp \
group.cpp \
person.cpp \
pupil.cpp