summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 02:02:19 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 02:02:19 +0200
commit9f12671ee8dd38a130a16c9146001c9c2494d77c (patch)
tree7d52a44132c0b4ea3fb46c8e6a8baa7901473ec8 /tapasboard.pro
parent5f66a8e03f3a748d01e162d151c3a7e987899f09 (diff)
downloadtapasboard-9f12671ee8dd38a130a16c9146001c9c2494d77c.tar.gz
tapasboard-9f12671ee8dd38a130a16c9146001c9c2494d77c.zip
read favorite boards from a .ini instead of hardcoding them
Diffstat (limited to 'tapasboard.pro')
-rw-r--r--tapasboard.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tapasboard.pro b/tapasboard.pro
index 1ecefde..c0c2026 100644
--- a/tapasboard.pro
+++ b/tapasboard.pro
@@ -44,7 +44,8 @@ SOURCES += main.cpp \
forummodel.cpp \
fetchtopicsaction.cpp \
topicmodel.cpp \
- fetchpostsaction.cpp
+ fetchpostsaction.cpp \
+ favoritesmodel.cpp
# Please do not modify the following two lines. Required for deployment.
include(qmlapplicationviewer/qmlapplicationviewer.pri)
@@ -73,4 +74,5 @@ HEADERS += \
forummodel.h \
fetchtopicsaction.h \
topicmodel.h \
- fetchpostsaction.h
+ fetchpostsaction.h \
+ favoritesmodel.h