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

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

QT += widgets

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