summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/groupbox/groupbox.pro
blob: 579f0298c6f767fe9c7dbc05656e8c5d50a102cb (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = window.h
SOURCES       = window.cpp \
                main.cpp

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

QT += widgets

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