diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-23 10:19:26 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-23 10:20:46 +0100 |
commit | 9bcc943e620004b3bafe043b452eb5ba4c7954c9 (patch) | |
tree | 632109a7f971a4f6e50b23e3c9464b9d7a8219eb /afb-helpers-qt.pc.in | |
parent | b7e6dbef56913fa43ea23b842ebe2933d9e0477e (diff) |
Set PROJECT_VERSION overwritable by cli
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>
Diffstat (limited to 'afb-helpers-qt.pc.in')
-rw-r--r-- | afb-helpers-qt.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/afb-helpers-qt.pc.in b/afb-helpers-qt.pc.in index 9bda785..450293e 100644 --- a/afb-helpers-qt.pc.in +++ b/afb-helpers-qt.pc.in @@ -25,6 +25,5 @@ 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} |