forked from openkylin/ukui-search
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/dir-watcher.h
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/dir-watcher.cpp
|