qt5base-lts/examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.pro

12 lines
271 B
Prolog
Raw Normal View History

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)