10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/search-result-manager.h \
|
||
|
$$PWD/search-result-model.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/search-result-manager.cpp \
|
||
|
$$PWD/search-result-model.cpp \
|