From 7107c0f96f10303ea49bf5dc27f525e4cbc191d9 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 2 Apr 2013 04:27:30 +0200 Subject: add some initial support for showing images --- tapasboard.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tapasboard.pro') 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 -- cgit v1.2.3