Add configuration file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user