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 \
|
|
|
|
$$PWD/pending-file-queue.h \
|
|
|
|
$$PWD/pending-file.h \
|
2021-03-17 10:23:21 +08:00
|
|
|
$$PWD/search-manager.h \
|
2021-04-20 16:24:07 +08:00
|
|
|
$$PWD/searchmethodmanager.h \
|
2020-12-30 15:31:36 +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 \
|
|
|
|
$$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 \
|
|
|
|
$$PWD/pending-file-queue.cpp \
|
|
|
|
$$PWD/pending-file.cpp \
|
2021-03-17 10:23:21 +08:00
|
|
|
$$PWD/search-manager.cpp \
|
2021-04-20 16:24:07 +08:00
|
|
|
$$PWD/searchmethodmanager.cpp \
|
2020-12-30 15:31:36 +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
|
|
|
|