diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 13:36:47 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:34:53 +0200 |
| commit | fd8a8372edf9f1af9d2fe800a8cb4d8e183a0d17 (patch) | |
| tree | 6fae5d494bb1da44864d9571c5c1fb05e05eb34c /qxmpp.pc.in | |
| parent | 2be36c7d3a4eed9f731038f4ff335281a0790b32 (diff) | |
| download | qxmpp-fd8a8372edf9f1af9d2fe800a8cb4d8e183a0d17.tar.gz | |
Install pkgconfig file
Diffstat (limited to 'qxmpp.pc.in')
| -rw-r--r-- | qxmpp.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qxmpp.pc.in b/qxmpp.pc.in new file mode 100644 index 00000000..69e29ba9 --- /dev/null +++ b/qxmpp.pc.in @@ -0,0 +1,13 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@/qxmpp + + +Name: Qxmpp +Description: Qxmpp Library +Version: @VERSION_STRING@ +Libs: -lqxmpp +Libs.private: -lQt5Network -lQt5Xml -lQt5Core +Cflags: -I${includedir} + |
