summaryrefslogtreecommitdiffstats
path: root/bin/syncqt
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-01-06 12:33:37 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-01-06 15:22:24 (GMT)
commit0fb15111a04c5a70ebc8e1f0c7e15508291b2818 (patch)
tree235c20d629b064e0ed211b5129614d9ab45e5160 /bin/syncqt
parent72adb8f5710fea385e94f9726546397cfbb1e4ad (diff)
downloadQt-0fb15111a04c5a70ebc8e1f0c7e15508291b2818.zip
Qt-0fb15111a04c5a70ebc8e1f0c7e15508291b2818.tar.gz
Qt-0fb15111a04c5a70ebc8e1f0c7e15508291b2818.tar.bz2
Attempt at readding the capital P headers for Phonon
Diffstat (limited to 'bin/syncqt')
-rwxr-xr-xbin/syncqt6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/syncqt b/bin/syncqt
index b64fd42..6c1a438 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -807,6 +807,11 @@ foreach (@modules_to_sync) {
# }
$class_lib_map_contents .= "QT_CLASS_LIB($_, $lib, $header_base)\n";
$header_copies++ if(syncHeader("$out_basedir/include/$lib/$class", "$out_basedir/include/$lib/$header", 0));
+
+ # KDE-Compat headers for Phonon
+ if ($lib eq "phonon") {
+ $header_copies++ if (syncHeader("$out_basedir/include/phonon_compat/Phonon/$class", "$out_basedir/include/$lib/$header", 0));
+ }
}
} else {
@headers = ( "$out_basedir/include/$lib/private/$header" );
@@ -856,6 +861,7 @@ foreach (@modules_to_sync) {
unless($showonly) {
my @master_includes;
push @master_includes, "$out_basedir/include/$lib/$lib";
+ push @master_includes, "$out_basedir/include/phonon_compat/Phonon/Phonon" if ($lib eq "phonon");
foreach my $master_include (@master_includes) {
#generate the "master" include file
$pri_install_files .= fixPaths($master_include, "$modules{$lib}") . " "; #get the master file installed too