Added some wallabag assets.

This commit is contained in:
Martin Rotter 2016-04-04 12:40:48 +02:00
parent 9a892ec50f
commit 011217fbc8
6 changed files with 37 additions and 0 deletions

View File

@ -296,6 +296,9 @@ file( GLOB APP_SOURCES_GL
"src/services/owncloud/*.cpp" "src/services/owncloud/*.cpp"
"src/services/owncloud/network/*.cpp" "src/services/owncloud/network/*.cpp"
"src/services/owncloud/gui/*.cpp" "src/services/owncloud/gui/*.cpp"
"src/services/wallabag/*.cpp"
"src/services/wallabag/network/*.cpp"
"src/services/wallabag/gui/*.cpp"
"src/network-web/*.cpp" "src/network-web/*.cpp"
"src/*.cpp") "src/*.cpp")
@ -327,6 +330,9 @@ file( GLOB APP_HEADERS
"src/services/owncloud/*.h" "src/services/owncloud/*.h"
"src/services/owncloud/network/*.h" "src/services/owncloud/network/*.h"
"src/services/owncloud/gui/*.h" "src/services/owncloud/gui/*.h"
"src/services/wallabag/*.h"
"src/services/wallabag/network/*.h"
"src/services/wallabag/gui/*.h"
"src/network-web/*.h") "src/network-web/*.h")
# APP forms. # APP forms.
@ -336,6 +342,7 @@ file( GLOB APP_FORMS
"src/services/standard/gui/*.ui" "src/services/standard/gui/*.ui"
"src/services/tt-rss/gui/*.ui" "src/services/tt-rss/gui/*.ui"
"src/services/owncloud/gui/*.ui" "src/services/owncloud/gui/*.ui"
"src/services/wallabag/gui/*.ui"
"src/network-web/*.ui") "src/network-web/*.ui")
# APP translations. # APP translations.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,30 @@
// This file is part of RSS Guard.
//
// Copyright (C) 2011-2016 by Martin Rotter <rotter.martinos@gmail.com>
//
// RSS Guard is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// RSS Guard is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with RSS Guard. If not, see <http://www.gnu.org/licenses/>.
#ifndef WALLABAG_DEFINITIONS_H
#define WALLABAG_DEFINITIONS_H
// TODO: todo
//
// http://v2.wallabag.org
// http://v2.wallabag.org/api/doc
// http://v2.wallabag.org/developer
//
#endif // WALLABAG_DEFINITIONS_H