summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/simplewidgetmapper/simplewidgetmapper.pro
blob: 1d5cca3f01740863caa3ca5ad5c1443b65285f61 (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

HEADERS   = window.h
SOURCES   = main.cpp \
            window.cpp

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