Add config dialog
This commit is contained in:
@@ -69,10 +69,10 @@ linux-* {
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
src/frames/configdialog.cpp \
|
||||
src/services/configmanager.cpp \
|
||||
src/frames/exportdialog.cpp \
|
||||
src/frames/renamedialog.cpp \
|
||||
src/frames/aboutdialog.cpp \
|
||||
src/frames/createdialog.cpp \
|
||||
src/frames/movedialog.cpp \
|
||||
src/main.cpp \
|
||||
@@ -83,10 +83,10 @@ SOURCES += \
|
||||
src/services/savemanager.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/frames/configdialog.h \
|
||||
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 \
|
||||
@@ -96,9 +96,9 @@ HEADERS += \
|
||||
src/services/savemanager.h
|
||||
|
||||
FORMS += \
|
||||
src/frames/configdialog.ui \
|
||||
src/frames/exportdialog.ui \
|
||||
src/frames/renamedialog.ui \
|
||||
src/frames/aboutdialog.ui \
|
||||
src/frames/createdialog.ui \
|
||||
src/frames/mainwindow.ui \
|
||||
src/frames/movedialog.ui
|
||||
|
||||
Reference in New Issue
Block a user