16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/chinesecharacterstopinyin.h \
|
|
$$PWD/index-generator.h \
|
|
$$PWD/inotify-manager.h \ \
|
|
$$PWD/messagelist-manager.h
|
|
|
|
SOURCES += \
|
|
$$PWD/chinesecharacterstopinyin.cpp \
|
|
$$PWD/index-generator.cpp \
|
|
$$PWD/inotify-manager.cpp \
|
|
$$PWD/messagelist-manager.cpp \
|
|
$$PWD/test-Inotify-Manager.cpp
|
|
|