summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/recentfiles/recentfiles.pro
blob: 4ab5a6820eb3fe0c333025d1ea3fcb217313890f (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = mainwindow.h
SOURCES       = main.cpp \
                mainwindow.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/recentfiles
INSTALLS += target

QT += widgets

simulator: warning(This example might not fully work on Simulator platform)