forked from openkylin/ukui-search
20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/chinesecharacterstopinyin.h \
|
|
$$PWD/index-generator.h \
|
|
$$PWD/inotify-manager.h \ \
|
|
$$PWD/inotify.h \
|
|
$$PWD/messagelist-manager.h \
|
|
$$PWD/traverse_bfs.h
|
|
|
|
SOURCES += \
|
|
$$PWD/chinesecharacterstopinyin.cpp \
|
|
$$PWD/index-generator.cpp \
|
|
$$PWD/inotify-manager.cpp \
|
|
$$PWD/inotify.cpp \
|
|
$$PWD/messagelist-manager.cpp \
|
|
$$PWD/test-Inotify-Manager.cpp \
|
|
$$PWD/traverse_bfs.cpp
|
|
|