ukui-search/libsearch/index/index.pri

37 lines
956 B
Plaintext
Raw Normal View History

2020-12-30 15:31:36 +08:00
INCLUDEPATH += $$PWD
HEADERS += \
$$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 \
$$PWD/first-index.h \
2020-12-30 15:31:36 +08:00
$$PWD/index-generator.h \
$$PWD/index-status-recorder.h \
$$PWD/inotify-watch.h \
$$PWD/ocrobject.h \
$$PWD/pending-file-queue.h \
$$PWD/pending-file.h \
$$PWD/search-manager.h \
2022-04-11 10:22:38 +08:00
$$PWD/file-index-manager.h \
$$PWD/traverse-bfs.h \
$$PWD/ukui-search-qdbus.h
2020-12-30 15:31:36 +08:00
SOURCES += \
$$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 \
$$PWD/first-index.cpp \
2020-12-30 15:31:36 +08:00
$$PWD/index-generator.cpp \
$$PWD/index-status-recorder.cpp \
$$PWD/inotify-watch.cpp \
$$PWD/ocrobject.cpp \
$$PWD/pending-file-queue.cpp \
$$PWD/pending-file.cpp \
$$PWD/search-manager.cpp \
$$PWD/traverse-bfs.cpp \
$$PWD/ukui-search-qdbus.cpp
2020-12-30 15:31:36 +08:00