recentfiles.pro Example File
mainwindows/recentfiles/recentfiles.pro
QT += widgets
HEADERS = mainwindow.h
SOURCES = main.cpp \
mainwindow.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/recentfiles
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)