ukui-search/index/index.pri

16 lines
361 B
Plaintext
Raw Normal View History

2020-12-21 18:50:54 +08:00
INCLUDEPATH += $$PWD
HEADERS += \
2020-12-24 20:38:26 +08:00
$$PWD/chinesecharacterstopinyin.h \
2020-12-21 18:50:54 +08:00
$$PWD/index-generator.h \
2020-12-21 19:57:44 +08:00
$$PWD/inotify-manager.h \ \
$$PWD/messagelist-manager.h
2020-12-21 18:50:54 +08:00
SOURCES += \
2020-12-24 20:38:26 +08:00
$$PWD/chinesecharacterstopinyin.cpp \
2020-12-21 18:50:54 +08:00
$$PWD/index-generator.cpp \
$$PWD/inotify-manager.cpp \
2020-12-21 19:57:44 +08:00
$$PWD/messagelist-manager.cpp \
$$PWD/test-Inotify-Manager.cpp
2020-12-21 18:50:54 +08:00