forked from jeena/FeedTheMonkey
new ttrss stuff
This commit is contained in:
parent
87585b44ec
commit
307b8ffae0
8 changed files with 176 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue