initial release

This commit is contained in:
2019-10-10 17:27:43 +02:00
parent 3b18cfe7fa
commit 3efda858ef
12 changed files with 961 additions and 76 deletions
+3 -1
View File
@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@@ -25,6 +25,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++11
SOURCES += \
cbooking.cpp \
cmonthlyitemdelegate.cpp \
cmonthlyview.cpp \
cpublicholiday.cpp \
@@ -32,6 +33,7 @@ SOURCES += \
cmainwindow.cpp
HEADERS += \
cbooking.h \
cmainwindow.h \
cmonthlyitemdelegate.h \
cmonthlyview.h \