2021-05-22 21:29:43 +08:00
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
HEADERS += \
|
2021-08-02 13:46:59 +08:00
|
|
|
$$PWD/best-list-model.h \
|
2021-05-22 21:29:43 +08:00
|
|
|
$$PWD/search-result-manager.h \
|
|
|
|
$$PWD/search-result-model.h \
|
2021-09-08 11:03:43 +08:00
|
|
|
$$PWD/web-search-model.h
|
2021-05-22 21:29:43 +08:00
|
|
|
|
|
|
|
SOURCES += \
|
2021-08-02 13:46:59 +08:00
|
|
|
$$PWD/best-list-model.cpp \
|
2021-05-22 21:29:43 +08:00
|
|
|
$$PWD/search-result-manager.cpp \
|
|
|
|
$$PWD/search-result-model.cpp \
|
2021-09-08 11:03:43 +08:00
|
|
|
$$PWD/web-search-model.cpp
|