소스 검색

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 년 전
부모
커밋
116dd3e6c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/build

+ 1 - 1
tools/build

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

粤ICP备19079148号