summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/mdi/mdi.pro
blob: 786bbd3569a032a2948833303522ada5a6fd0375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS       = mainwindow.h \
                mdichild.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                mdichild.cpp
RESOURCES     = mdi.qrc

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

QT += widgets

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