summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/stardelegate/stardelegate.pro
blob: 7e8f252e165db09150466fc31505692ba1a7c98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += widgets
requires(qtConfig(tablewidget))

HEADERS       = stardelegate.h \
                stareditor.h \
                starrating.h
SOURCES       = main.cpp \
                stardelegate.cpp \
                stareditor.cpp \
                starrating.cpp

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