Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.12.0
-
None
Description
Spotted in repccommon.pri of QtRemoteObjects:
$${group}_moc.commands = $$moc_header.commands $$REPC_INCLUDEPATH $${group}_moc.output = $$moc_header.output $${group}_moc.input = $${GROUP}_HEADERS $${group}_moc.variable_out = GENERATED_SOURCES $${group}_moc.name = $$moc_header.name
is ignored, because there already is an extra compiler with that name ("MOC").
Attachments
Issue Links
- relates to
-
QTBUG-71283 repc doesn't run when building from Visual Studio
- Closed