qt6-bb10/examples/widgets/mainwindows/recentfiles/recentfiles.pro

12 lines
279 B
Prolog

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)