blob: c3a920a3f119faf8d6a65defce041932925ee707 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- src/pcfile.sh.orig 2016-11-28 17:52:39 UTC
+++ src/pcfile.sh
@@ -5,11 +5,11 @@
echo "prefix=$1
exec_prefix=\${prefix}
libdir=\${prefix}/lib
-includedir=\${prefix}/include/QtOAuth
+includedir=\${prefix}/include/QtOAuth-qt5
-Name: QOAuth
+Name: QOAuth-qt5
Description: Qt OAuth support library
Version: $2
-Requires: QtCore QtNetwork qca2
-Libs: -L\${libdir} -lqoauth
-Cflags: -I\${includedir}" > qoauth.pc
+Requires: Qt5Core Qt5Network qca2-qt5
+Libs: -L\${libdir} -lqoauth-qt5
+Cflags: -I\${includedir}" > qoauth-qt5.pc
|