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