Renamed back to FeedTheMonkey

This commit is contained in:
Jeena 2015-02-18 00:01:24 +01:00
parent 5420d693d2
commit 1f8e30489e
5 changed files with 4 additions and 4 deletions

View file

@ -1,32 +0,0 @@
TEMPLATE = app
QT += qml quick
CONFIG += c++11
SOURCES += main.cpp \
tinytinyrss.cpp \
tinytinyrsslogin.cpp \
post.cpp
RESOURCES += qml.qrc \
images.qrc \
html.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
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
OTHER_FILES +=
HEADERS += \
tinytinyrss.h \
tinytinyrsslogin.h \
post.h