Qt-everywhere is not being installed

I am trying to add qt-everywhere to my image however it’s not being installed.

When I compile without Kodi, image is 113MB.

Then I add qt-everywhere with following command

  1. scripts/build qt-everywhere
  2. ADDITIONAL_PACKAGES="qt-everywhere" in options
  3. make image

Still 113MB.

Another attempt

  1. scripts/build qt-everywhere
  2. PKG_DEPENDS_TARGET="toolchain qt-everywhere" in oem package.mk
  3. OEM=yes make image

This time I can clearly see qt-everywhere in compiling process. However still final image is 113MB.

Then I booted up image and tried to find anything includes qt. Nothing.

What do you think?