Files
GoldenCheetah/deprecated/kqoauth/kqoauth.pc
Mark Liversedge cdd99da9c9 Deprecate KQOauth
.. its dead (not updated for 5 years)

.. it introduces dependency issues with openssl/crypto/icu
   on Linux distros

.. we don't need it, since OAuthDialog does the heavy
   lifting we need (ok, its not pretty but it works).

.. old code moved into the deprecated folder

Fixes #2881
2018-06-02 11:01:43 +01:00

12 lines
239 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/QtKOAuth
Name: KQOAuth
Description: Qt OAuth support library
Version: 0.97
Requires: QtCore QtNetwork
Libs: -L${libdir} -lkqoauth
Cflags: -I${includedir}