You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, configure fails to find Qt5QuickParticles:
Checking for 'Qt5QuickParticles'
['/usr/local/bin/pkg-config', '--cflags', '--libs', 'Qt5QuickParticles']
err: Package Qt5QuickParticles was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5QuickParticles.pc'
to the PKG_CONFIG_PATH environment variable
Package 'Qt5QuickParticles', required by 'virtual:world', not found
In reality Qt5QuickParticles is installed by the package qt5-declarative which installs the following *.pc files:
$ pkg info -l qt5-declarative | grep pc
/usr/local/include/qt5/QtQuick/5.15.5/QtQuick/private/qquickpixmapcache_p.h
/usr/local/libdata/pkgconfig/Qt5Qml.pc
/usr/local/libdata/pkgconfig/Qt5QmlModels.pc
/usr/local/libdata/pkgconfig/Qt5QmlWorkerScript.pc
/usr/local/libdata/pkgconfig/Qt5Quick.pc
/usr/local/libdata/pkgconfig/Qt5QuickWidgets.pc
You need to run pkg-config --cflags --libs Qt5Quick instead.
Same problem with Qt5MultimediaWidgets, Qt5SerialPort, Qt5QmlWorkerScript.
Also, are you really using all these classes?
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
Qt components are loked up in a wrong way
Qt components are looked up in a wrong way
Nov 9, 2022
For example, configure fails to find
Qt5QuickParticles
:In reality
Qt5QuickParticles
is installed by the packageqt5-declarative
which installs the following *.pc files:You need to run
pkg-config --cflags --libs Qt5Quick
instead.Same problem with
Qt5MultimediaWidgets
,Qt5SerialPort
,Qt5QmlWorkerScript
.Also, are you really using all these classes?
The text was updated successfully, but these errors were encountered: