summaryrefslogtreecommitdiff
path: root/tapasboard.pro
diff options
context:
space:
mode:
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 a13dfc7..a1173d5 100644
--- a/tapasboard.pro
+++ b/tapasboard.pro
@@ -46,7 +46,8 @@ SOURCES += main.cpp \
topicmodel.cpp \
fetchpostsaction.cpp \
favoritesmodel.cpp \
- imageprovider.cpp
+ imagecache.cpp \
+ imagenetworkaccessmanager.cpp
# Please do not modify the following two lines. Required for deployment.
include(qmlapplicationviewer/qmlapplicationviewer.pri)
@@ -77,4 +78,5 @@ HEADERS += \
topicmodel.h \
fetchpostsaction.h \
favoritesmodel.h \
- imageprovider.h
+ imagecache.h \
+ imagenetworkaccessmanager.h