new ttrss stuff

This commit is contained in:
Jeena 2015-01-07 19:38:43 +01:00
parent 87585b44ec
commit 307b8ffae0
8 changed files with 176 additions and 22 deletions

View file

@ -2,7 +2,8 @@ TEMPLATE = app
QT += qml quick
SOURCES += main.cpp
SOURCES += main.cpp \
tinytinyrss.cpp
RESOURCES += qml.qrc \
html.qrc
@ -20,3 +21,6 @@ OTHER_FILES += \
content.html \
content.css \
content.js
HEADERS += \
tinytinyrss.h