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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/groupbox
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS groupbox.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/groupbox
INSTALLS += target sources

QT += widgets

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