forked from openkylin/ukui-search
16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/config.h \
|
|
$$PWD/dir-watcher-adaptor.h \
|
|
$$PWD/dir-watcher.h \
|
|
$$PWD/search-dir.h \
|
|
$$PWD/volume-manager.h
|
|
|
|
SOURCES += \
|
|
$$PWD/config.cpp \
|
|
$$PWD/dir-watcher-adaptor.cpp \
|
|
$$PWD/dir-watcher.cpp \
|
|
$$PWD/search-dir.cpp \
|
|
$$PWD/volume-manager.cpp
|