From 94b4633389337283d9ea6f31a2097dae59ac6253 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 21 Oct 2019 04:48:47 -0700 Subject: 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 --- qtappfw.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg