2020-12-30 15:31:36 +08:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
HEADERS += \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/basic-indexer.h \
|
2022-12-15 16:13:16 +08:00
|
|
|
$$PWD/batch-indexer.h \
|
|
|
|
$$PWD/compatible-define.h \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/database.h \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/document.h \
|
2022-10-26 18:01:40 +08:00
|
|
|
# $$PWD/file-iterator.h \
|
|
|
|
$$PWD/file-content-indexer.h \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/file-reader.h \
|
2021-05-27 21:10:11 +08:00
|
|
|
$$PWD/file-search-plugin.h \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/index-scheduler.h \
|
2021-05-13 11:17:07 +08:00
|
|
|
$$PWD/index-status-recorder.h \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/monitor.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-10-26 18:01:40 +08:00
|
|
|
$$PWD/ukui-search-qdbus.h \
|
|
|
|
$$PWD/file-indexer-config.h \
|
|
|
|
$$PWD/file-watcher.h \
|
|
|
|
$$PWD/index-updater.h \
|
|
|
|
$$PWD/writable-database.h
|
2020-12-30 15:31:36 +08:00
|
|
|
|
|
|
|
SOURCES += \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/basic-indexer.cpp \
|
2022-12-15 16:13:16 +08:00
|
|
|
$$PWD/batch-indexer.cpp \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/database.cpp \
|
2020-12-30 15:31:36 +08:00
|
|
|
$$PWD/document.cpp \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/file-content-indexer.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 \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/index-scheduler.cpp \
|
2021-05-13 11:17:07 +08:00
|
|
|
$$PWD/index-status-recorder.cpp \
|
2022-10-26 18:01:40 +08:00
|
|
|
$$PWD/monitor.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-10-26 18:01:40 +08:00
|
|
|
$$PWD/ukui-search-qdbus.cpp \
|
|
|
|
$$PWD/file-indexer-config.cpp \
|
|
|
|
$$PWD/file-watcher.cpp \
|
|
|
|
$$PWD/index-updater.cpp \
|
|
|
|
$$PWD/writable-database.cpp
|
2020-12-30 15:31:36 +08:00
|
|
|
|