|
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/home-page-section.h \
|
|
$$PWD/home-page.h \
|
|
$$PWD/search-page-section.h \
|
|
$$PWD/search-result-page.h
|
|
|
|
SOURCES += \
|
|
$$PWD/home-page-section.cpp \
|
|
$$PWD/home-page.cpp \
|
|
$$PWD/search-page-section.cpp \
|
|
$$PWD/search-result-page.cpp
|