summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.pro
blob: 27ea88f50edaf7212bde325294a6ae46b485d4cb (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]/widgets/itemviews/spinboxdelegate
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/spinboxdelegate
INSTALLS += target sources

QT += widgets

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