summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-10-21 04:48:47 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-10-21 04:50:40 -0700
commit94b4633389337283d9ea6f31a2097dae59ac6253 (patch)
tree29e6e576cc11772da7a75d477bb84f58ac84a5ea
parentb8c33e115378478b1481f56f068ffba410dfea1c (diff)
libqtappfw: add Qt5Qml to qtappfw.pc.in
Add missing Qt5Qml dependency for respective pkg-config configuration. Bug-AGL: SPEC-2880 Change-Id: I1fdd753875f6c79e18719282e58532d1bc17e576 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--qtappfw.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtappfw.pc.in b/qtappfw.pc.in
index 171dad8..afbbbbd 100644
--- a/qtappfw.pc.in
+++ b/qtappfw.pc.in
@@ -7,6 +7,6 @@ Name: qtappfw
Description: Library wrapping AGL AppFW messages and bindings in Qt objects
Version: 1.0.0
-Requires: Qt5WebSockets
+Requires: Qt5WebSockets Qt5Qml
Libs: -L${libdir} @PRIVATE_LIBS@
Cflags: -I${includedir}/qtappfw