Add configuration file

This commit is contained in:
Aurélie Delhaie
2022-11-05 09:58:47 +01:00
parent 3626ffa54e
commit c00dd40def
7 changed files with 176 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ linux-* {
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
src/services/configmanager.cpp \
src/frames/exportdialog.cpp \
src/frames/renamedialog.cpp \
src/frames/aboutdialog.cpp \
@@ -76,17 +77,20 @@ SOURCES += \
src/frames/movedialog.cpp \
src/main.cpp \
src/frames/mainwindow.cpp \
src/models/appconfiguration.cpp \
src/models/note.cpp \
src/models/folder.cpp \
src/services/savemanager.cpp
HEADERS += \
src/services/configmanager.h \
src/frames/exportdialog.h \
src/frames/renamedialog.h \
src/frames/aboutdialog.h \
src/frames/createdialog.h \
src/frames/mainwindow.h \
src/frames/movedialog.h \
src/models/appconfiguration.h \
src/models/note.h \
src/models/folder.h \
src/services/savemanager.h