From d133b02a3b78229d37f03ae05dda47a48f8cda6d Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 3 Jul 2018 12:34:19 +0200 Subject: ANGLE: embed version information into libEGL, libGLESv2 and QtANGLE Task-number: QTBUG-60806 Change-Id: I8bbf0baedeac9a0c0c66739713d4a5a92013d56a Reviewed-by: Friedemann Kleint Reviewed-by: Andre de la Rocha Reviewed-by: Oswald Buddenhagen --- src/angle/src/common/common.pri | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/angle') diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri index c1fad14951..8abdc24186 100644 --- a/src/angle/src/common/common.pri +++ b/src/angle/src/common/common.pri @@ -37,4 +37,9 @@ winrt|msvc { } } +win32 { + VERSION = $$MODULE_VERSION + CONFIG += skip_target_version_ext +} + static: DEFINES *= LIBGLESV2_EXPORT_H_ ANGLE_EXPORT= -- cgit v1.2.3