Error with Qtcreator when running project "error: Unknown module(s) in QT: qml quickwidgets svg quick"

6,566

Found the solution, install qtdeclarative5-dev package:

sudo apt-get install qtdeclarative5-dev

What's the development package for Qt5 in 14.04

Share:
6,566

Related videos on Youtube

Chohan
Author by

Chohan

Updated on September 18, 2022

Comments

  • Chohan
    Chohan almost 2 years

    I have successfully installed Qtcreator 5.9.7 on Linux 18.04, checked by running example project. Now I am trying to run my old project, created on 5.7.1 on Desktop PC and getting the following error.

    error: Unknown module(s) in QT: qml quickwidgets svg quick
    

    Thanks in anticipation.

    • FumbleFingers
      FumbleFingers over 2 years
      What worked for me was sudo apt install qt5-default