summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/combowidgetmapper/combowidgetmapper.pro
blob: a093f88e88ecfdacb094db920a0bcce31ea4cab4 (plain)
1
2
3
4
5
6
7
8
9
HEADERS   = window.h
SOURCES   = main.cpp \
            window.cpp

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