Reuse the same QAbstractTableModel implementation for 4 snippets
[profile/ivi/qtbase.git] / src / widgets / doc / snippets / updating-selections / updating-selections.pro
index 91ebd3e..b935017 100644 (file)
@@ -1,2 +1,4 @@
-HEADERS += model.h window.h
-SOURCES += main.cpp model.cpp window.cpp
+QT += widgets
+HEADERS += ../common-table-model/model.h window.h
+SOURCES += main.cpp ../common-table-model/model.cpp window.cpp
+INCLUDEPATH += ../common-table-model