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

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

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

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