Auto check for new QVariant usaeage when switching to qt5 branch

This commit is contained in:
Kovid Goyal 2014-05-12 22:01:14 +05:30
parent 144d673004
commit d61d4d5985

View File

@ -63,5 +63,7 @@ elif flags in ('master', 'qt5'):
sys.stdout.write(red) sys.stdout.write(red)
print ('\nPyQt' + '4 present in:', fpath) print ('\nPyQt' + '4 present in:', fpath)
sys.stdout.write(reset) sys.stdout.write(reset)
print ('\n')
subprocess.check_call(['python', 'setup/qt5-migrate.py'])