summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.pro
blob: d0430d8470ddea38b799b9073d904f265893a4c2 (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

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

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