diff options
Diffstat (limited to 'desktop/qtwitter/twitterapi_twitterapi.pro.patch')
-rw-r--r-- | desktop/qtwitter/twitterapi_twitterapi.pro.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/qtwitter/twitterapi_twitterapi.pro.patch b/desktop/qtwitter/twitterapi_twitterapi.pro.patch new file mode 100644 index 0000000000..9f30889f7b --- /dev/null +++ b/desktop/qtwitter/twitterapi_twitterapi.pro.patch @@ -0,0 +1,12 @@ +--- twitterapi/twitterapi.pro~ 2010-02-13 02:01:32.000000000 +0200 ++++ twitterapi/twitterapi.pro 2010-02-13 02:02:00.000000000 +0200 +@@ -4,7 +4,8 @@ + include(twitterapi.pri) + + contains( DEFINES, HAVE_OAUTH ) { +- CONFIG += oauth ++ CONFIG += link_pkgconfig ++ PKGCONFIG += qoauth + } + + TEMPLATE = lib |