mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Fix include path for QtAssistantClient library.
[SVN r35218]
This commit is contained in:
@@ -286,13 +286,13 @@ rule init ( prefix )
|
||||
: <name>QtAssistantClient$(suffix_version) <variant>release
|
||||
:
|
||||
: # usage-requirements
|
||||
<include>$(.prefix)/include/QtAssistantClient
|
||||
<include>$(.prefix)/include/QtAssistant
|
||||
;
|
||||
lib QtAssistantClient : QtGui
|
||||
: <name>QtAssistantClient$(suffix_debug)$(suffix_version) <variant>debug
|
||||
:
|
||||
: # usage-requirements
|
||||
<include>$(.prefix)/include/QtAssistantClient
|
||||
<include>$(.prefix)/include/QtAssistant
|
||||
;
|
||||
|
||||
# Support for dynamic Widgets (Qt 4.1)
|
||||
|
||||
Reference in New Issue
Block a user