qml quick error
-
Hi
i have install qt Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit) in my ubuntu 18.04
i wanted to run an application but while building there is an error saying Project ERROR: Unknown module(s) in QT: qml quick -
Hi
i have install qt Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit) in my ubuntu 18.04
i wanted to run an application but while building there is an error saying Project ERROR: Unknown module(s) in QT: qml quick@sneha-ashok What Qt version did you install and how?
-
qt5 Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)through commands
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
sudo apt-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html
sudo apt-get install qtbase5-examples -
qt5 Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)through commands
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
sudo apt-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html
sudo apt-get install qtbase5-examples@sneha-ashok
That looks like what I do for widgets-only. Don't you have to also install something for QML/QtQuick? -
qt5 Qt Creator 4.5.2
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)through commands
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
sudo apt-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html
sudo apt-get install qtbase5-examples@sneha-ashok said in qml quick error:
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)
Qt version used to build QtCreator does not matter.
It looks like you did not install any qt packages related to QML/QtQuick. -
@sneha-ashok said in qml quick error:
Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)
Qt version used to build QtCreator does not matter.
It looks like you did not install any qt packages related to QML/QtQuick.@jsulm
this is the one more error
:-1: error: cannot find -lmodbus
:-1: error: collect2: error: ld returned 1 exit status -
@jsulm
this is the one more error
:-1: error: cannot find -lmodbus
:-1: error: collect2: error: ld returned 1 exit status@sneha-ashok said in qml quick error:
cannot find -lmodbus
Looks like you need to install modbus library.
-
@sneha-ashok said in qml quick error:
cannot find -lmodbus
Looks like you need to install modbus library.
@jsulm okay