mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
12 lines
337 B
Diff
12 lines
337 B
Diff
--- qtwitter-app/qtwitter-app.pro~ 2010-02-13 02:07:27.000000000 +0200
|
|
+++ qtwitter-app/qtwitter-app.pro 2010-02-13 02:07:49.000000000 +0200
|
|
@@ -1,7 +1,8 @@
|
|
TEMPLATE = app
|
|
TARGET = qtwitter
|
|
|
|
-CONFIG += oauth
|
|
+CONFIG += link_pkgconfig
|
|
+PKGCONFIG += qoauth
|
|
|
|
# sets the TOP variable to the root source code dir
|
|
include(../common.pri)
|