Friday, May 10, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2083  / 2 Years ago, fri, july 1, 2022, 1:14:14

I am trying to follow the Mobile app development tutorial found here. When I try to run the currency converter in QT Creator I get this error:



Starting external tool '/usr/bin/qmlviewer' ''

qmlviewer: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlviewer': No such file or directory



I'm not sure how to fix this? I can run the program from the command line and it runs fine but it doesn't work in Qt Creator. Has any one else had these issues? Any advice on how to fix it?


More From » application-development

 Answers
1

You must install QML toolkit. run:



sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install ubuntu-sdk notepad-qml

[#32513] Sunday, July 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
;