Просмотр исходного кода

Unbreak libraries using Qt, together with moccable classes in .cpp files.

The generator that handles moccable cpp files has to actualize created
targets right away. However, it did that before calling
virtual-target.register, so, if the generator was invoked two times on
the same target, it will produce two identical targets and call .actualize
on it. The second invocation would trigger "duplicate target" error.


[SVN r31797]
Vladimir Prus 20 лет назад
Родитель
Сommit
116dd3e6c6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 6d4c855fffb8aad15600c804bba35e59f3ccb76f
+Subproject commit 69af5e0b9aca0e30d31e71ca6440b7209b42d317

粤ICP备19079148号