summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/sdi/sdi.pro
blob: 83f1c0f80574db3af8b442c8a0b69c6f15cab061 (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets

HEADERS       = mainwindow.h
SOURCES       = main.cpp \
                mainwindow.cpp
RESOURCES     = sdi.qrc

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