qt - QtCreator: deploy to multiple linux embedded devices -
i working on qtcreator 3.0.1 targeting qt 5.2.1 cross-compiled arm (ti am335x).
i’ve setup “qt version” , “kit” , “device” in qtcreator , fine... able deploy , run (and debug) application on embedded device.
anyway i’d deploy application on 2 devices (my development device, addressed 192.168.79.12
, our testbench device addressed 192.168.79.6
). reason created “generic linux embedded” device , i’d show in “build , run kit selector”: in other words i’d have possibility select kit, build type (debug or release) , target device “build , run kit selector”.
in “run settings” of project added new “run configuration” that... target of deployment original device (192.168.79.12
, default device selected kit) , not know how select second device (192.168.79.6
) in running configuration. possible?
at moment workaround create second kit (referencing same qt version) , associate kit second device default device, not optimal solution, because way compile twice project deploying both devices… project grow waste of time...
any idea that?
Comments
Post a Comment