From fcfba33e940cdb150b18d1d03821dcb30af52a94 Mon Sep 17 00:00:00 2001 From: jhunold Date: Sun, 23 Dec 2012 20:53:33 +0000 Subject: [PATCH] Fix debug library name for QtCore. Fixes #7826 git-svn-id: http://svn.boost.org/svn/boost/trunk@82193 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- tools/build/v2/tools/qt5.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/v2/tools/qt5.jam b/tools/build/v2/tools/qt5.jam index 32852a0c4bc..a4848c1f707 100644 --- a/tools/build/v2/tools/qt5.jam +++ b/tools/build/v2/tools/qt5.jam @@ -318,7 +318,7 @@ rule init ( prefix : version ? : condition * : namespace ? : infix ? : full_bin # debug versions on unix have to be built # separately and therefore have no suffix. - .suffix_version = "" ; + .infix_version = "" ; .suffix_debug = "" ; # Control flag for auto-configuration of the debug libraries. @@ -387,7 +387,7 @@ rule init ( prefix : version ? : condition * : namespace ? : infix ? : full_bin lib QtCore : $(main) : # requirements - QtCore$(.suffix_debug)$(.suffix_version) + Qt$(.infix_version)Core$(.suffix_debug) debug $(target-requirements) : # default-build