2020-12-30 15:31:36 +08:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
HEADERS += \
|
2021-01-19 10:44:28 +08:00
|
|
|
$$PWD/construct-document.h \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/document.h \
|
|
|
|
$$PWD/file-reader.h \
|
2021-05-27 21:10:11 +08:00
|
|
|
$$PWD/file-search-plugin.h \
|
2021-01-09 11:25:07 +08:00
|
|
|
$$PWD/first-index.h \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/index-generator.h \
|
2021-05-13 11:17:07 +08:00
|
|
|
$$PWD/index-status-recorder.h \
|
2021-06-10 20:43:57 +08:00
|
|
|
$$PWD/inotify-watch.h \
|
2022-01-21 16:53:19 +08:00
|
|
|
$$PWD/ocrobject.h \
|
2021-06-10 20:43:57 +08:00
|
|
|
$$PWD/pending-file-queue.h \
|
|
|
|
$$PWD/pending-file.h \
|
2021-03-17 10:23:21 +08:00
|
|
|
$$PWD/search-manager.h \
|
2022-04-11 10:22:38 +08:00
|
|
|
$$PWD/file-index-manager.h \
|
2022-07-29 11:22:53 +08:00
|
|
|
$$PWD/traverse-bfs.h \
|
2021-01-06 14:14:38 +08:00
|
|
|
$$PWD/ukui-search-qdbus.h
|
2020-12-30 15:31:36 +08:00
|
|
|
|
|
|
|
SOURCES += \
|
2021-01-19 10:44:28 +08:00
|
|
|
$$PWD/construct-document.cpp \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/document.cpp \
|
2022-04-11 10:22:38 +08:00
|
|
|
$$PWD/file-index-manager.cpp \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/file-reader.cpp \
|
2021-05-27 21:10:11 +08:00
|
|
|
$$PWD/file-search-plugin.cpp \
|
2021-01-09 11:25:07 +08:00
|
|
|
$$PWD/first-index.cpp \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/index-generator.cpp \
|
2021-05-13 11:17:07 +08:00
|
|
|
$$PWD/index-status-recorder.cpp \
|
2021-06-10 20:43:57 +08:00
|
|
|
$$PWD/inotify-watch.cpp \
|
2022-01-21 16:53:19 +08:00
|
|
|
$$PWD/ocrobject.cpp \
|
2021-06-10 20:43:57 +08:00
|
|
|
$$PWD/pending-file-queue.cpp \
|
|
|
|
$$PWD/pending-file.cpp \
|
2021-03-17 10:23:21 +08:00
|
|
|
$$PWD/search-manager.cpp \
|
2022-07-29 11:22:53 +08:00
|
|
|
$$PWD/traverse-bfs.cpp \
|
2021-01-06 14:14:38 +08:00
|
|
|
$$PWD/ukui-search-qdbus.cpp
|
2020-12-30 15:31:36 +08:00
|
|
|
|