diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-26 09:17:04 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-26 09:17:47 -0800 |
commit | 2fe094a59c4b6953c0462a4d5f69e164eb5f1d35 (patch) | |
tree | 02a9ca49c6e9c60273b344029b000ae01eea438e /qtappfw.pc.in | |
parent | 14e7b0492cd83bff966491bb654e0a18d5411732 (diff) |
libqtappfw: pkg-config: add Qt5WebSockets to requiredguppy_6.99.2guppy/6.99.26.99.2
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>
Diffstat (limited to 'qtappfw.pc.in')
-rw-r--r-- | qtappfw.pc.in | 1 |
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 |