summaryrefslogtreecommitdiffstats
path: root/examples/widgets/groupbox/groupbox.pro
blob: 06afd2ac28fa6240ea679e3acd972be325fe53c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

symbian: CONFIG += qt_example
QT += widgets