summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/recentfiles/recentfiles.pro
blob: 898ebd78422c2f035290a0d897fb718b2c8083fb (plain)
1
2
3
4
5
6
7
8
9
10
11
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)