Herunterladen als
root/samples/simple/simple.pro @ 73e09317
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 \
|
|||
2a40e887 | SebastianDiel | pupil.h \
|
|
stuff.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
|