2020-12-21 18:50:54 +08:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
HEADERS += \
|
2020-12-24 20:38:26 +08:00
|
|
|
$$PWD/chinesecharacterstopinyin.h \
|
2020-12-26 08:56:38 +08:00
|
|
|
$$PWD/document.h \
|
2020-12-21 18:50:54 +08:00
|
|
|
$$PWD/index-generator.h \
|
2020-12-26 08:56:38 +08:00
|
|
|
# $$PWD/inotify-manager.h \
|
2020-12-25 20:08:26 +08:00
|
|
|
$$PWD/inotify.h \
|
|
|
|
$$PWD/messagelist-manager.h \
|
2020-12-26 08:56:38 +08:00
|
|
|
$$PWD/traverse_bfs.h \
|
|
|
|
$$PWD/messagelist-manager.h \
|
|
|
|
$$PWD/text-content-indexer.h
|
2020-12-21 18:50:54 +08:00
|
|
|
|
|
|
|
SOURCES += \
|
2020-12-24 20:38:26 +08:00
|
|
|
$$PWD/chinesecharacterstopinyin.cpp \
|
2020-12-26 08:56:38 +08:00
|
|
|
$$PWD/document.cpp \
|
2020-12-21 18:50:54 +08:00
|
|
|
$$PWD/index-generator.cpp \
|
2020-12-26 08:56:38 +08:00
|
|
|
# $$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 \
|
2020-12-26 08:56:38 +08:00
|
|
|
$$PWD/traverse_bfs.cpp \
|
|
|
|
$$PWD/text-content-indexer.cpp
|
2020-12-21 18:50:54 +08:00
|
|
|
|