summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 04:27:30 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 04:27:30 +0200
commit7107c0f96f10303ea49bf5dc27f525e4cbc191d9 (patch)
treea6d32dc1103cd5340690db0afd18c56cc951c887 /tapasboard.pro
parent9f12671ee8dd38a130a16c9146001c9c2494d77c (diff)
downloadtapasboard-7107c0f96f10303ea49bf5dc27f525e4cbc191d9.tar.gz
tapasboard-7107c0f96f10303ea49bf5dc27f525e4cbc191d9.zip
add some initial support for showing images
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 c0c2026..a13dfc7 100644
--- a/tapasboard.pro
+++ b/tapasboard.pro
@@ -45,7 +45,8 @@ SOURCES += main.cpp \
fetchtopicsaction.cpp \
topicmodel.cpp \
fetchpostsaction.cpp \
- favoritesmodel.cpp
+ favoritesmodel.cpp \
+ imageprovider.cpp
# Please do not modify the following two lines. Required for deployment.
include(qmlapplicationviewer/qmlapplicationviewer.pri)
@@ -75,4 +76,5 @@ HEADERS += \
fetchtopicsaction.h \
topicmodel.h \
fetchpostsaction.h \
- favoritesmodel.h
+ favoritesmodel.h \
+ imageprovider.h