2020-12-30 15:31:36 +08:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
# $$PWD/chinesecharacterstopinyin.h \
|
|
|
|
$$PWD/blockdirs.h \
|
|
|
|
$$PWD/document.h \
|
|
|
|
$$PWD/filetypefilter.h \
|
|
|
|
$$PWD/file-reader.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 \
|
|
|
|
# $$PWD/inotify-manager.h \
|
|
|
|
$$PWD/inotify.h \
|
|
|
|
$$PWD/messagelist-manager.h \
|
|
|
|
$$PWD/traverse_bfs.h \
|
2021-01-03 16:58:26 +08:00
|
|
|
# $$PWD/text-content-indexer.h \
|
2021-01-06 14:14:38 +08:00
|
|
|
$$PWD/file-searcher.h \
|
|
|
|
$$PWD/ukui-search-qdbus.h
|
2020-12-30 15:31:36 +08:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
# $$PWD/chinesecharacterstopinyin.cpp \
|
|
|
|
$$PWD/blockdirs.cpp \
|
|
|
|
$$PWD/document.cpp \
|
|
|
|
$$PWD/filetypefilter.cpp \
|
|
|
|
$$PWD/file-reader.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 \
|
|
|
|
# $$PWD/inotify-manager.cpp \
|
|
|
|
$$PWD/inotify.cpp \
|
|
|
|
$$PWD/messagelist-manager.cpp \
|
|
|
|
$$PWD/test-Inotify-Manager.cpp \
|
|
|
|
$$PWD/traverse_bfs.cpp \
|
2021-01-03 16:58:26 +08:00
|
|
|
# $$PWD/text-content-indexer.cpp \
|
2021-01-06 14:14:38 +08:00
|
|
|
$$PWD/file-searcher.cpp \
|
|
|
|
$$PWD/ukui-search-qdbus.cpp
|
2020-12-30 15:31:36 +08:00
|
|
|
|