Projekt

Allgemein

Profil

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

#TARGET = EntityManager
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

HEADERS += \
ratingmarkincident.h \
incident.h \
ratingmarksystem.h \
ratingmarkdefinition.h \
enums.h \
occasion.h \
datacreation.h \
address.h \
contact.h \
group.h \
person.h \
pupil.h

SOURCES += \
main.cpp \
ratingmarkincident.cpp \
incident.cpp \
ratingmarksystem.cpp \
ratingmarkdefinition.cpp \
occasion.cpp \
datacreation.cpp \
address.cpp \
contact.cpp \
group.cpp \
person.cpp \
pupil.cpp
(27-27/27)