Reuse the same QAbstractTableModel implementation for 4 snippets
[profile/ivi/qtbase.git] / src / widgets / doc / snippets / updating-selections / updating-selections.pro
1 QT += widgets
2 HEADERS += ../common-table-model/model.h window.h
3 SOURCES += main.cpp ../common-table-model/model.cpp window.cpp
4 INCLUDEPATH += ../common-table-model