Qt and Yocto
-
Hello everyone,
I need a Yocot recipe that can cross compile a cpp Qt application uses theses headers for raspberrypi 3#include <QBluetoothDeviceInfo> #include <QBluetoothLocalDevice> #include <QBluetoothDeviceDiscoveryAgent> #include <QBluetoothSocket>especially the
DEPENDSandRDEPENDSvariables.i have already set it to
DEPENDS += " qtbase qtconnectivity "but it still can't find the headers.