forked from openkylin/ukui-search
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/basic-indexer.h \
|
|
$$PWD/batch-indexer.h \
|
|
$$PWD/compatible-define.h \
|
|
$$PWD/database.h \
|
|
$$PWD/document.h \
|
|
# $$PWD/file-iterator.h \
|
|
$$PWD/file-content-indexer.h \
|
|
$$PWD/file-reader.h \
|
|
$$PWD/file-search-plugin.h \
|
|
$$PWD/index-scheduler.h \
|
|
$$PWD/index-status-recorder.h \
|
|
$$PWD/monitor.h \
|
|
$$PWD/ocrobject.h \
|
|
$$PWD/pending-file-queue.h \
|
|
$$PWD/pending-file.h \
|
|
$$PWD/search-manager.h \
|
|
$$PWD/ukui-search-qdbus.h \
|
|
$$PWD/file-indexer-config.h \
|
|
$$PWD/file-watcher.h \
|
|
$$PWD/index-updater.h \
|
|
$$PWD/writable-database.h
|
|
|
|
SOURCES += \
|
|
$$PWD/basic-indexer.cpp \
|
|
$$PWD/batch-indexer.cpp \
|
|
$$PWD/database.cpp \
|
|
$$PWD/document.cpp \
|
|
$$PWD/file-content-indexer.cpp \
|
|
$$PWD/file-reader.cpp \
|
|
$$PWD/file-search-plugin.cpp \
|
|
$$PWD/index-scheduler.cpp \
|
|
$$PWD/index-status-recorder.cpp \
|
|
$$PWD/monitor.cpp \
|
|
$$PWD/ocrobject.cpp \
|
|
$$PWD/pending-file-queue.cpp \
|
|
$$PWD/pending-file.cpp \
|
|
$$PWD/search-manager.cpp \
|
|
$$PWD/ukui-search-qdbus.cpp \
|
|
$$PWD/file-indexer-config.cpp \
|
|
$$PWD/file-watcher.cpp \
|
|
$$PWD/index-updater.cpp \
|
|
$$PWD/writable-database.cpp
|
|
|