Project ERROR: unknown Module(s) in QT:qml quick
-
Re: QT Quick - Project ERROR: Unknown module(s) in QT: qml quick
Hi,
i am getting Project ERROR: unknown Module(s) in QT:qml quick
Qt creator version: 5.6.1
OS : Fedora 24
Qt is installed properly.
It is in ../../Qt5.6.1.\lib > I can see all the libraries related to qml,quick controls such as libQt5Qml.so.5.6, libQt5Quick.la , libQt5Quick.so.5,....
I guess i haven't included the Libraries in the .pro file (LIBS). If so please tell me how to do or any other things do i need to do?
Please help me -
@Gerd said in Project ERROR: unknown Module(s) in QT:qml quick:
In your .pro-file add the line
QT += qml quickThe error that @SP0567 gets:
Project ERROR: unknown Module(s) in QT:qml quick
is caused exactly because those entries are in his
.pro
file and is generated when runningqmake
... ;-) -
@SP0567
Do the Qt examples work? If they don't then your Qt installation is at fault. For those modules to work, you shouldn't have to add anything else in your .pro file.Have you installed it from the online installer, e.g. via
wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
What does the maintenance tool show?