aboutsummaryrefslogtreecommitdiffstats
path: root/afb-helpers-qt.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2019-10-01Pkg config files: use CMAKE_INSTALL_LIBDIR varClément Bénier1-1/+1
library folders may be lib or lib64 so use cmake CMAKE_INSTALL_LIBDIR variable instead of lib Bug-AGL: SPEC-2846 Change-Id: I7a63052990a5268f971b08c0640b6bb199b272d3 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2019-03-22Set PROJECT_VERSION overwritable by cliRomain Forlot1-1/+1
Use AGLVERSION variable that could be set by command-line to override the one set in the CMakeLists.txt file. Tiny fix on the Libs variable to use now ${libdir} instead of the CMake variable which isn't absolute Change-Id: Ic8137766ee3a0fb5b51cc49d2ea39d8d66e48b3f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-01-23Set PROJECT_VERSION overwritable by cliRomain Forlot1-1/+0
Use AGLVERSION variable that could be set by command-line to override the one set in the CMakeLists.txt file. Change-Id: Ic8137766ee3a0fb5b51cc49d2ea39d8d66e48b3f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-27Split the Qt part of the afb-helperssandbox/claneys/shared-libRomain Forlot1-0/+30
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>