Improve Qt5 processing 1de43d82c0

This commit is contained in:
Thomas Nagy 2019-06-02 08:43:19 +02:00
parent 387f01750c
commit 66fafd876a
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ class qxx(Task.classes['cxx']):
node = self.inputs[0]
bld = self.generator.bld
# on uninstall this is unnecessary and may lead to errors if files needed are generated
if bld.cmd == 'uninstall':
# skip on uninstall due to generated files
if bld.is_install < 0:
return
try: