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

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

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