How to add qt config on visual studio?
Unsolved
General and Desktop
-
Hi, my qt project has 'resource_big' config to includes big resource files(such as images...)
When I build this project on visual studio 2015, it seems that there is no option for config like a qt pro file.
Is there any way to add config property?
My environment is...
Qt : 5.9.5 ~ 5.15.2
VS: Visual studio 2015 with updates 3
Qt vs tool: 2.7.2:)
-
It goes by a different name in the VS Tools. When you're not building with qmake there's no pro file and no CONFIG. You configure individual parameters of the tools used in the build process.
For this particular option go to the project properties -> Qt Resource Compiler -> rcc and the option is called "Two-Pass Mode" here. Set it to Yes.