mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-07 06:34:39 +02:00
This allow for easy installation of needed packages for remote debugging using QtCreator. The qtdeclarative-plugins package provides the needed infrastructure to remotely debug QML application. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Tested-by: Giulian Vivan <giulian@ossystems.com.br>
17 lines
388 B
BlitzBasic
17 lines
388 B
BlitzBasic
# Copyright (C) 2014 O.S. Systems Software LTDA.
|
|
|
|
SUMMARY = "Remote debugging tools for QtCreator integration"
|
|
LICENSE = "MIT"
|
|
|
|
inherit packagegroup
|
|
|
|
# Override by distro if needed
|
|
VIRTUAL-RUNTIME_qtcreator-debug-ssh-daemon ?= "openssh-sshd"
|
|
|
|
RDEPENDS_${PN} = " \
|
|
gdbserver \
|
|
${VIRTUAL-RUNTIME_qtcreator-debug-ssh-daemon} \
|
|
openssh-sftp-server \
|
|
qtdeclarative-plugins \
|
|
"
|