summaryrefslogtreecommitdiffstats
path: root/bin/syncqt
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-01-03 13:09:28 -0600
committeraxis <qt-info@nokia.com>2011-04-27 12:05:49 +0200
commit4b3498e9407dfef6a2a76dec51de48af99132b91 (patch)
treec3586d81ca2870d9134015e7e6e07f17d1c07092 /bin/syncqt
parent817232ee944530106ce52b54197e80306e301b7e (diff)
Add hardcoded qclass_lib_map.h based on 4.8
This is only until UIC/Designer handles this properly
Diffstat (limited to 'bin/syncqt')
-rwxr-xr-xbin/syncqt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/syncqt b/bin/syncqt
index c3e28ece61..a6d7af1fd3 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -44,7 +44,7 @@ my $force_win = 0;
my $force_relative = 0;
my $check_includes = 0;
my $copy_headers = 0;
-my $create_uic_class_map = 1;
+my $create_uic_class_map = 0;
my $create_private_headers = 1;
my $no_module_fwd = 0;
my @modules_to_sync ;