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

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

QT += widgets

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