QT5 Quick Controls 2 Not available

I have build Angstrom-qt5-x11-image for Colibri T20 SOC ,Every things including SDK and Demo Image are running fine.I have deployed an basic QT “Hello World” via Qt Quick which seams to run Fine. using SDK(HOST)+ Deploy + Colibri T20 (Angstrom-qt5-x11-image ).
But When I start the “Hello World” using QT Quick Controls 2 then the Deploy gives and error Specifying Qt Quick Controls 2 are not there, and QT Creator Displays “error 255” .
My local.conf is

# BB_GENERATE_MIRROR_TARBALLS = "0"

PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"

# This file does not need to exist, if it does it can be used to influence mach$
# configurations without copying the machine file.
include conf/machine/include/${MACHINE}.inc
IMAGE_INSTALL_append = " qtquickcontrols qtdeclarative"
IMAGE_INSTALL_append = " qtquickcontrols"

hello

which version of qt5 are you using exactly? Why did you add

IMAGE_INSTALL_append = " qtquickcontrols"
two times ?

I am using QT 5.9.2,
It was Commented out # IMAGE_INSTALL_append = " qtquickcontrols"

You should add the package qtquickcontrols2 also to the yocto build.