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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mdi
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mdi.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/mdi
INSTALLS += target sources

QT += widgets

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