Skip to content

Instantly share code, notes, and snippets.

@lduboeuf
Last active May 25, 2022 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lduboeuf/b9a8ff00f4886d428af935c56efdf621 to your computer and use it in GitHub Desktop.
Save lduboeuf/b9a8ff00f4886d428af935c56efdf621 to your computer and use it in GitHub Desktop.
on device:
sudo apt install qt5-qmltooling-plugins
DESKTOP_FILE_HINT=/usr/share/applications/messaging-app.desktop messaging-app -qmljsdebugger=port:1234
on QtCreator (not from clickable):
Create a remote device, device ip
Create a kit with that device
Analyze-> QML Profiler -> select the "device" kit and set port to 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment