Clementine-audio-player-Mac.../3rdparty/libmygpo-qt5
Jim Broadus e7364263b2 build: Move minimum cmake version to 3.0.0
Compatibility with versions prior to 2.8.12 is being deprecated,
resulting in build warning messages. The minimum for the official
supported distros is 3.7.2 (Stretch), so the version could be moved
forward when newer features are required.

Reference: https://cmake.org/cmake/help/v3.19/release/3.19.html#deprecated-and-removed-features
2021-04-17 16:24:46 +01:00
..
cmake/modules Update of libmygpo for qt5 2015-04-11 23:23:50 +02:00
src Update to libmygpo-qt 1.1.0. 2020-01-02 20:17:55 -08:00
AUTHORS Update of libmygpo for qt5 2015-04-11 23:23:50 +02:00
CMakeLists.txt build: Move minimum cmake version to 3.0.0 2021-04-17 16:24:46 +01:00
LICENSE Update of libmygpo for qt5 2015-04-11 23:23:50 +02:00
Mygpo-qtConfig.cmake.in Update to libmygpo-qt 1.1.0. 2020-01-02 20:17:55 -08:00
Mygpo-qtConfigVersion.cmake.in Update of libmygpo for qt5 2015-04-11 23:23:50 +02:00
README Update to libmygpo-qt 1.1.0. 2020-01-02 20:17:55 -08:00

README

==========  README ==========

=== What is libmygpo-qt ===

libmygpo-qt is a Qt Library that wraps the gpodder.net Web API (http://wiki.gpodder.org/wiki/Web_Services/API_2)

=== Copyright & License ===

Copyright 2010 - 2018 Stefan Derkits (stefan@derkits.at) , Christian Wagner (christian.wagner86@gmx.at) & Felix Winter (ixos01@gmail.com)

See COPYING File for License

=== Maintainer ===

Current Maintainer: Stefan Derkits (HorusHorrendus @ irc.freenode.net)

=== Requirements ===

-) Qt 5.2 or higher
-) CMake 2.8.9 or higher
-) QJson

=== Links ===

Homepage:                http://wiki.gpodder.org/wiki/Libmygpo-qt
Git Repo:                https://github.com/gpodder/libmygpo-qt
Doxygen Documentation:   http://stefan.derkits.at/libmygpo-doc/
Bugreports:              http://bugs.gpodder.org
Contact:                 gpodder@freelists.org
IRC Channel:             #gpodder on FreeNode (irc.freenode.net)

=== How to Install ===

-) Create Directory "build"
-) change into build and run "cmake .. -DCMAKE_BUILD_TYPE=Debug"
-) make
-) make install (might need root)

To use libmygpo-qt include the Header "ApiRequest.h" into your Code. You can find the cflags & linker flags for libmygpo-qt either via pkg-config (.pc file will be installed to your System)
or via cmake (Mygpo-qtConfig.cmake will be installed to your system).

You can check the Example Application to see how you can use libmygpo-qt in your Application