diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2014-01-30 18:53:44 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-28 03:17:11 +0100 |
commit | 3d50a0964587776c0915111947dc3401b21c158e (patch) | |
tree | 0b4da8b9955b37b0a1e143f7f9f6594012fc61e5 /bin | |
parent | c8cde619a5f53521c86114cec64b9dbe73e6fa55 (diff) | |
download | qtbase-3d50a0964587776c0915111947dc3401b21c158e.tar.gz |
remove vestiges of uic class map code
amends ad52be1ac.
Change-Id: I2bfb10908217708c4f046d0d315dadd1b626da12
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/syncqt.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/syncqt.pl b/bin/syncqt.pl index 8c1e04e0d0..8b7ea3b459 100755 --- a/bin/syncqt.pl +++ b/bin/syncqt.pl @@ -777,7 +777,6 @@ while ( @ARGV ) { # if we have no $basedir we cannot be sure which sources you want, so die die "Could not find any sync.profile for your module!\nPass <module directory> to syncqt to sync your header files.\nsyncqt failed" if (!$basedir); -my $class_lib_map_contents = ""; our @ignore_headers = (); our @ignore_for_master_contents = (); our @ignore_for_include_check = (); @@ -940,7 +939,6 @@ foreach my $lib (@modules_to_sync) { if (defined $explicitheaders{$lib}{$class}) { $header_copies++ if(syncHeader($lib, "$out_basedir/include/$lib/$class", "$out_basedir/include/$lib/$explicitheaders{$lib}{$class}", 0, $ts)); } else { - $class_lib_map_contents .= "QT_CLASS_LIB($full_class, $lib, $header_base)\n"; $header_copies++ if(syncHeader($lib, "$out_basedir/include/$lib/$class", "$out_basedir/include/$lib/$header", 0, $ts)); } } |