removed html, added keyboard browsing

This commit is contained in:
Jeena 2015-02-04 19:14:27 +01:00
parent 6968d8ed0e
commit 8b132bf559
5 changed files with 29 additions and 16 deletions

View file

@ -7,8 +7,7 @@ SOURCES += main.cpp \
tinytinyrsslogin.cpp \
post.cpp
RESOURCES += qml.qrc \
html.qrc
RESOURCES += qml.qrc
# Needed for bringing browser from background to foreground using QDesktopServices: http://bugreports.qt-project.org/browse/QTBUG-8336
TARGET.CAPABILITY += SwEvent
@ -19,10 +18,7 @@ QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
OTHER_FILES += \
content.html \
content.css \
content.js
OTHER_FILES +=
HEADERS += \
tinytinyrss.h \