Because of recent discoveries of dependencies not needed for Qt 5 apps, it has become necessary to rebuild with those items removed. Specifically OpenGL and Webkit. These create a need of many DLLs which are not needed for the apps that are created. However, in the first pass at the rebuild I notice that the folders created after the rebuild are not the same as what is represented in the SDK.
I used the following switches in the build:
-no-opengl
-no-icu
It appears the build re-created the qtbase contents only. It also appears that the platforms folder is missing and there may be more.
The goal is to have a SDK with those features not needed and if I were to use that, then my SDK somewhat incomplete.
What is the right path to having a custom SDK?
↧