forked from jeena/FeedTheMonkey
added post
This commit is contained in:
parent
9cab3341b6
commit
5101a426c0
9 changed files with 139 additions and 33 deletions
|
@ -4,7 +4,8 @@ QT += qml quick
|
|||
|
||||
SOURCES += main.cpp \
|
||||
tinytinyrss.cpp \
|
||||
tinytinyrsslogin.cpp
|
||||
tinytinyrsslogin.cpp \
|
||||
post.cpp
|
||||
|
||||
RESOURCES += qml.qrc \
|
||||
html.qrc
|
||||
|
@ -25,4 +26,5 @@ OTHER_FILES += \
|
|||
|
||||
HEADERS += \
|
||||
tinytinyrss.h \
|
||||
tinytinyrsslogin.h
|
||||
tinytinyrsslogin.h \
|
||||
post.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue