14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
![]() |
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/index-generator.h \
|
||
|
$$PWD/inotify-manager.h \
|
||
|
$$PWD/messagelistmanager.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/index-generator.cpp \
|
||
|
$$PWD/inotify-manager.cpp \
|
||
|
$$PWD/messagelistmanager.cpp \
|
||
|
$$PWD/testInotifyManager.cpp \
|
||
|
|