Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Out of scope
-
Affects Version/s: 5.15.7, 6.2.1
-
Fix Version/s: None
-
Component/s: Build tools: qmake
-
Labels:
-
Platform/s:
Description
When using qmake -tp vc to create visual studio project files, the "CONFIG += resources_big" is not properly converted to the resulting visual studio project files.
Using Qt Visual Studio Tools to create the project file works fine as there is option to set "Two-Pass Mode" from Qt Settings.
Modifying the resulting visual studio projects to support the resources_big (two-pass mode) is very hard if the project file was converted through qmake.