diff options
author | Dmitry Shachnev <mitya57@debian.org> | 2017-11-17 20:17:28 +0300 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-11-17 18:09:01 +0000 |
commit | 03b357e2c3cd7e0efa43ae63e33125b99dfcbe68 (patch) | |
tree | 12ed0eee49d05e1a99817a2aba47a0453e50f9c2 /debian/changelog | |
parent | 5f21fa3a1fcc95804581dbaee6050e07c956175b (diff) | |
download | debhelper-03b357e2c3cd7e0efa43ae63e33125b99dfcbe68.tar.gz |
qmake.pm: Add all possible settings to generated qmake-cross.conf.
Now output of ‘qmake -query’ with and without using this file is
identical. This makes cross-building Qt’s own modules possible.
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 76702c0c..4bd70c75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ debhelper (10.10.9) UNRELEASED; urgency=medium file. * qmake.pm: Push compiler information as ‘early’ flags to qmake, to make sure qmake calls the right compiler to get library paths. + * qmake.pm: Add all possible settings to generated qmake-cross.conf. + Now output of ‘qmake -query’ with and without using this file is + identical. This makes cross-building Qt’s own modules possible. -- Niels Thykier <niels@thykier.net> Thu, 16 Nov 2017 18:36:51 +0000 |