Hi all,
I'm trying to add to my basic recipe, a recipe based similar to core-image-minimal.
I want to add qt4e with the minimal impact to my rootfs.
I included qt4-embedded to IMAGE_INSTALL_append of my new image.
I tried to extract SDK with command -c populate_sdk, but qmake is not exportend into the sdk package: it means I cannot setup a correct kit in QTCreator IDE.
How can I add qmake to the sdk?