mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Improve Qt5 processing 1de43d82c0
This commit is contained in:
parent
387f01750c
commit
66fafd876a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user