summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-01 20:46:39 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-01 20:46:39 +0200
commita6e64fbf9404b201b04fbd1ab4b959a18d8f83a9 (patch)
tree6b97b6ac14716dbe51cb105819abde3e36ffd465 /tapasboard.pro
parent5ef8b38e55c1883224fe1f01f47aba45b7b42666 (diff)
downloadtapasboard-a6e64fbf9404b201b04fbd1ab4b959a18d8f83a9.tar.gz
tapasboard-a6e64fbf9404b201b04fbd1ab4b959a18d8f83a9.zip
add support for actually reading topics
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