ukui-search/index/index.pri

31 lines
787 B
Plaintext
Raw Normal View History

2020-12-21 18:50:54 +08:00
INCLUDEPATH += $$PWD
HEADERS += \
# $$PWD/chinesecharacterstopinyin.h \
$$PWD/blockdirs.h \
$$PWD/document.h \
$$PWD/filetypefilter.h \
2020-12-21 18:50:54 +08:00
$$PWD/index-generator.h \
# $$PWD/inotify-manager.h \
2020-12-25 20:08:26 +08:00
$$PWD/inotify.h \
$$PWD/messagelist-manager.h \
$$PWD/traverse_bfs.h \
$$PWD/messagelist-manager.h \
2020-12-26 14:10:14 +08:00
$$PWD/text-content-indexer.h \
$$PWD/file-searcher.h
2020-12-21 18:50:54 +08:00
SOURCES += \
# $$PWD/chinesecharacterstopinyin.cpp \
$$PWD/blockdirs.cpp \
$$PWD/document.cpp \
$$PWD/filetypefilter.cpp \
2020-12-21 18:50:54 +08:00
$$PWD/index-generator.cpp \
# $$PWD/inotify-manager.cpp \
2020-12-25 20:08:26 +08:00
$$PWD/inotify.cpp \
2020-12-21 19:57:44 +08:00
$$PWD/messagelist-manager.cpp \
2020-12-25 20:08:26 +08:00
$$PWD/test-Inotify-Manager.cpp \
$$PWD/traverse_bfs.cpp \
2020-12-26 14:10:14 +08:00
$$PWD/text-content-indexer.cpp \
$$PWD/file-searcher.cpp
2020-12-21 18:50:54 +08:00