forked from jeena/FeedTheMonkey
added keyboard behaviour like scrolling, etc.
This commit is contained in:
parent
56ef57b112
commit
c474db9a0c
5 changed files with 61 additions and 8 deletions
|
@ -7,7 +7,10 @@ SOURCES += main.cpp \
|
|||
tinytinyrsslogin.cpp \
|
||||
post.cpp
|
||||
|
||||
RESOURCES += qml.qrc
|
||||
RESOURCES += qml.qrc \
|
||||
images.qrc
|
||||
|
||||
RC_FILE = Icon.icns
|
||||
|
||||
# Needed for bringing browser from background to foreground using QDesktopServices: http://bugreports.qt-project.org/browse/QTBUG-8336
|
||||
TARGET.CAPABILITY += SwEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue