Skip to content

Commit

Permalink
Fix debug library name for QtCore. Fixes #7826
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.boost.org/svn/boost/trunk@82193 b8fc166d-592f-0410-95f2-cb63ce0dd405
  • Loading branch information
jhunold committed Dec 23, 2012
1 parent 19c4d73 commit fcfba33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/v2/tools/qt5.jam
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -387,7 +387,7 @@ rule init ( prefix : version ? : condition * : namespace ? : infix ? : full_bin

lib QtCore : $(main)
: # requirements
<name>QtCore$(.suffix_debug)$(.suffix_version)
<name>Qt$(.infix_version)Core$(.suffix_debug)
<variant>debug
$(target-requirements)
: # default-build
Expand Down

0 comments on commit fcfba33

Please sign in to comment.