summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tapasboard.pro')
-rw-r--r--tapasboard.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tapasboard.pro b/tapasboard.pro
index a3ab2f5..1ecefde 100644
--- a/tapasboard.pro
+++ b/tapasboard.pro
@@ -42,7 +42,9 @@ SOURCES += main.cpp \
fetchforumsaction.cpp \
boardmodel.cpp \
forummodel.cpp \
- fetchtopicsaction.cpp
+ fetchtopicsaction.cpp \
+ topicmodel.cpp \
+ fetchpostsaction.cpp
# Please do not modify the following two lines. Required for deployment.
include(qmlapplicationviewer/qmlapplicationviewer.pri)
@@ -69,4 +71,6 @@ HEADERS += \
global.h \
boardmodel.h \
forummodel.h \
- fetchtopicsaction.h
+ fetchtopicsaction.h \
+ topicmodel.h \
+ fetchpostsaction.h