summaryrefslogtreecommitdiffstats
path: root/tools/buildscripts/find-mocables
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@theqtcompany.com>2015-04-24 11:18:53 +0200
committerAndras Becsi <andras.becsi@theqtcompany.com>2015-04-24 09:31:13 +0000
commitc7997c1d5668985e6d05dd2b83fbe89ead029d7c (patch)
tree0a85eb4613d477bee94a683e9eaa72e9f928879d /tools/buildscripts/find-mocables
parentd4c80ea7dfb542e28d1268bb91fed7d34b92a6b2 (diff)
Partially revert "Fix QtCreator loading of qtwebengine.pro"
Changing the python print signature seems to cause problems on Windows, so revert it. Change-Id: I715f792b880a2269ec153bbc73b432c6a4e87cc5 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'tools/buildscripts/find-mocables')
-rwxr-xr-xtools/buildscripts/find-mocables2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildscripts/find-mocables b/tools/buildscripts/find-mocables
index 6c709399c..7c383cfec 100755
--- a/tools/buildscripts/find-mocables
+++ b/tools/buildscripts/find-mocables
@@ -23,4 +23,4 @@ for f in filter(os.path.isfile, sys.argv[1:]):
if re.match(".*Q_OBJECT", line):
mocables.add(f)
for mocable in mocables:
- print(mocable)
+ print mocable