Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.10.0' into 5.10
Browse files Browse the repository at this point in the history
Change-Id: I6dcf85067ec226136c207ea69ca9d66736c84db5
  • Loading branch information
liangqi committed Dec 8, 2017
2 parents 79d78d8 + 50117d7 commit 812bb23
Show file tree
Hide file tree
Showing 59 changed files with 897 additions and 203 deletions.
5 changes: 3 additions & 2 deletions bin/syncqt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,8 @@ ($$)

my $clean_header;
my $requires;
my $iheader = $subdir . "/" . $header;
my $iheader_src = $subdir . "/" . $header;
my $iheader = $iheader_src;
$iheader =~ s/^\Q$basedir\E/$out_basedir/ if ($shadow);
if ($check_includes) {
# We need both $public_header and $private_header because QPA headers count as neither
Expand Down Expand Up @@ -1079,7 +1080,7 @@ ($$)
}
$header_copies++ if (!$shadow && syncHeader($lib, $oheader, $iheader, $copy_headers, $ts));

my $pri_install_iheader = fixPaths($iheader, $dir);
my $pri_install_iheader = fixPaths($iheader_src, $dir);
my $injection = "";
if ($public_header) {
foreach my $class (@classes) {
Expand Down
Loading

0 comments on commit 812bb23

Please sign in to comment.