新增缓存数据库存储、转码进度显示
This commit is contained in:
+11
-3
@@ -1,4 +1,4 @@
|
||||
QT += core gui widgets
|
||||
QT += core gui widgets sql
|
||||
|
||||
TARGET = Uft30ChangeCode
|
||||
TEMPLATE = app
|
||||
@@ -12,7 +12,11 @@ SOURCES += main.cpp \
|
||||
src/pages/batchconvert/batchconvertpage.cpp \
|
||||
src/pages/functionsearch/functionsearchpage.cpp \
|
||||
src/pages/help/helppage.cpp \
|
||||
src/pages/settings/settingspage.cpp
|
||||
src/pages/settings/settingspage.cpp \
|
||||
src/utils/datacache.cpp \
|
||||
src/utils/uf2configreader.cpp \
|
||||
src/utils/uft3configreader.cpp \
|
||||
src/utils/logmanager.cpp
|
||||
|
||||
HEADERS += src/mainwindow/mainwindow.h \
|
||||
src/pythonrunner/PythonRunner.h \
|
||||
@@ -20,7 +24,11 @@ HEADERS += src/mainwindow/mainwindow.h \
|
||||
src/pages/batchconvert/batchconvertpage.h \
|
||||
src/pages/functionsearch/functionsearchpage.h \
|
||||
src/pages/help/helppage.h \
|
||||
src/pages/settings/settingspage.h
|
||||
src/pages/settings/settingspage.h \
|
||||
src/utils/datacache.h \
|
||||
src/utils/uf2configreader.h \
|
||||
src/utils/uft3configreader.h \
|
||||
src/utils/logmanager.h
|
||||
|
||||
RESOURCES += resources.qrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user