summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-11-26 09:17:04 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-11-29 09:54:28 +0000
commit667da60a708953bba25d7b82600397e8914f55fc (patch)
tree88a1c579b790e7f96df9032e834f4252f41e622b
parent06bea3bafe20b65f13f32a44bea3dae7dc8bf3ba (diff)
libqtappfw: pkg-config: add Qt5WebSockets to required
Add Qt5WebSockets to Required define in qtappfw.pc.in to allowing linking applications to get proper dependencies. Change-Id: I728f2f9ae54f22aa3ebc4e861005eab1691da9a7 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--qtappfw.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtappfw.pc.in b/qtappfw.pc.in
index 8c015d9..171dad8 100644
--- a/qtappfw.pc.in
+++ b/qtappfw.pc.in
@@ -7,5 +7,6 @@ Name: qtappfw
Description: Library wrapping AGL AppFW messages and bindings in Qt objects
Version: 1.0.0
+Requires: Qt5WebSockets
Libs: -L${libdir} @PRIVATE_LIBS@
Cflags: -I${includedir}/qtappfw