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

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

symbian: CONFIG += qt_example