ukui-search/index/index.pri

14 lines
279 B
Plaintext
Raw Normal View History

2020-12-21 18:50:54 +08:00
INCLUDEPATH += $$PWD
HEADERS += \
$$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 += \
$$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