summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/itemselection/itemselection.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/doc/snippets/itemselection/itemselection.pro')
-rw-r--r--src/widgets/doc/snippets/itemselection/itemselection.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/widgets/doc/snippets/itemselection/itemselection.pro b/src/widgets/doc/snippets/itemselection/itemselection.pro
index b1126bfe73..57f752f0b0 100644
--- a/src/widgets/doc/snippets/itemselection/itemselection.pro
+++ b/src/widgets/doc/snippets/itemselection/itemselection.pro
@@ -1,3 +1,5 @@
-HEADERS = model.h
+QT += widgets
+HEADERS = ../common-table-model/model.h
SOURCES = main.cpp \
- model.cpp
+ ../common-table-model/model.cpp
+INCLUDEPATH += ../common-table-model