blob: 3d45920e3679e6e6915b598c69040101c218c350 [file] [log] [blame]
HEADERS = domitem.h \
dommodel.h \
mainwindow.h
SOURCES = domitem.cpp \
dommodel.cpp \
main.cpp \
mainwindow.cpp
QT += xml widgets
requires(qtConfig(filedialog))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/simpledommodel
INSTALLS += target