summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/groupbox/groupbox.pro
blob: 9167d26d6d34c191b9dad974d9d31650bb75a9aa (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS       = window.h
SOURCES       = window.cpp \
                main.cpp

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

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