- Add the ability to parse the RSS feeds from reddit groups (in particular the image feed groups like EarthPorn) and display them

This commit is contained in:
Alfred Reynolds
2021-08-22 15:10:26 +12:00
parent 3557b6041f
commit 833e7ef915
9 changed files with 271 additions and 15 deletions

View File

@@ -4,8 +4,8 @@
#
#-------------------------------------------------
QT += core gui
# CONFIG += qt debug
QT += core gui network xml
CONFIG += qt debug
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets