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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/itemviews/spinboxdelegate
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/itemviews/spinboxdelegate
INSTALLS += target sources

QT += widgets

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