diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-27 12:04:59 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-27 17:06:17 +0100 |
commit | f430407fd34ec2897359245a6e1ff951e5da5bc6 (patch) | |
tree | 243270e7e1c834bda5e13a29477aafa49ea34266 /afb-helpers-qt.pc.in | |
parent | 9cdebd57cf048c1c9ba89943f6ec2f9012bad6fc (diff) |
Split the Qt part of the afb-helperssandbox/claneys/shared-lib
Split the Qt part of the afb-helpers in another library with only
Qt helpers functions that could be enabled using the CMake option:
AFB_HELPERS_QT=ON
Bug-AGL: SPEC-1689
Change-Id: I761fef574ea61235226f3a1cb1663ddebec41c6d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'afb-helpers-qt.pc.in')
-rw-r--r-- | afb-helpers-qt.pc.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/afb-helpers-qt.pc.in b/afb-helpers-qt.pc.in new file mode 100644 index 0000000..9bda785 --- /dev/null +++ b/afb-helpers-qt.pc.in @@ -0,0 +1,30 @@ +## +## Copyright (C) 2016, 2017, 2018 "IoT.bzh" +## +## This file is part of afb-daemon project. +## +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: @TARGET_NAME@-qt +Description: @PROJECT_DESCRIPTION@ and Qt +Version: @PROJECT_VERSION@ +URL: @PROJECT_URL@ +Libs.private: +Libs: -L@CMAKE_INSTALL_LIBDIR@ -l@TARGET_NAME@-qt +Cflags: -I${includedir} |