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

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

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

simulator: warning(This example might not fully work on Simulator platform)