diff options
Diffstat (limited to 'qtappfw.pc.in')
-rw-r--r-- | qtappfw.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qtappfw.pc.in b/qtappfw.pc.in new file mode 100644 index 0000000..8c015d9 --- /dev/null +++ b/qtappfw.pc.in @@ -0,0 +1,11 @@ +prefix=@DEST_DIR@ +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: qtappfw +Description: Library wrapping AGL AppFW messages and bindings in Qt objects +Version: 1.0.0 + +Libs: -L${libdir} @PRIVATE_LIBS@ +Cflags: -I${includedir}/qtappfw |