blob: 9f30889f7b60fa71122a4762ad1e6d80fd49bda6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|