diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-10-21 04:48:47 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-11 14:01:40 +0000 |
commit | ea825202af319188c9b9acbd8330eb65fa230f7b (patch) | |
tree | cc415fe863688867ff08a9f2d358fd15e733d760 | |
parent | 45ed097db45ee0a88d3acd274f242ed100274d47 (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>
(cherry picked from commit 94b4633389337283d9ea6f31a2097dae59ac6253)
-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 |