mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
This is the Qt5 version of net/qoauth. The port was originally created by fluffy@ in our area51 repository, and later worked on by tcberner@. QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way. WWW: https://github.com/ayoy/qoauth
14 lines
486 B
Text
14 lines
486 B
Text
--- oauth.prf.orig 2016-11-28 17:52:39 UTC
|
|
+++ oauth.prf
|
|
@@ -31,9 +31,9 @@ mac: {
|
|
# else, link normally
|
|
isEmpty(LINKAGE) {
|
|
exists($$PWD/qoauth.pro): INCLUDEPATH += $$QOAUTH_INCDIR
|
|
- else: INCLUDEPATH += $$QOAUTH_INCDIR/QtOAuth
|
|
+ else: INCLUDEPATH += $$QOAUTH_INCDIR/QtOAuth-qt5
|
|
LIBS += -L$$QOAUTH_LIBDIR
|
|
- LINKAGE = -lqoauth
|
|
+ LINKAGE = -lqoauth-qt5
|
|
CONFIG(debug, debug|release) {
|
|
windows:LINKAGE = -lqoauthd1
|
|
mac:LINKAGE = -lqoauth_debug
|