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