summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/mdi/mdi.pro
blob: 2e3c232a56ca32b6aa46d5187f3b350abeb9a2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets

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