aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-03-06 10:47:29 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-06-04 13:03:13 +0000
commitb3e1e3e3b307e60924dcf3cf308488a362de88f0 (patch)
treecd0ee0824eba2693198681ee587b691ee5e28e50 /changelogs
parent400d9e1d66aacb2760b2190a5f10cfc3d5d359d2 (diff)
Add module Exporter.pkgconfig
This module generates .pc files for products, optionally attempting to derive some of the entries from the contents of the Export item. [ChangeLog] Added new module "Exporter.pkgconfig" for creating pkg- config metadata files. Task-number: QBS-1232 Change-Id: Ic41e645e4462e8f85ad6c2025fb967e88d3438f9 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.12.0.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changes-1.12.0.md b/changelogs/changes-1.12.0.md
index cf3cb00fd..6c88d35b7 100644
--- a/changelogs/changes-1.12.0.md
+++ b/changelogs/changes-1.12.0.md
@@ -1,5 +1,6 @@
# General
* Added new module `Exporter.qbs` for creating qbs modules from products.
+* Added new module `Exporter.pkgconfig` for creating pkg-config metadata files.
* Introduced the concept of system-level qbs settings.
* Added a Makefile generator.
* All command descriptions now contain the product name.