Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.15.2, 6.2.3
-
Fix Version/s: None
-
Component/s: Build tools: qmake
-
Labels:None
-
Platform/s:
Description
in the same pro file.
RCC_DIR and CONFIG += embed_translations can not both exist
If both existed ,the project can not even build, it will throw exception like
:-1: error: dependent 'release\zh_CN.qm' does not exist.
comment one of them will eliminated the build exception