diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-10-21 04:48:47 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-10-21 04:50:40 -0700 |
commit | 94b4633389337283d9ea6f31a2097dae59ac6253 (patch) | |
tree | 29e6e576cc11772da7a75d477bb84f58ac84a5ea | |
parent | b8c33e115378478b1481f56f068ffba410dfea1c (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.in | 2 |
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 |