Closed radumitrescu closed 1 year ago
I believe you are missing qtdeclarative-dev
or whatever it is named in Archlinux. In Fedora it's qt5-qtdeclarative-devel
.
I believe you are missing
qtdeclarative-dev
or whatever it is named in Archlinux. In Fedora it'sqt5-qtdeclarative-devel
.
Both qt5-declarative
and qt6-declarative
are installed.
I believe you are missing
qtdeclarative-dev
or whatever it is named in Archlinux. In Fedora it'sqt5-qtdeclarative-devel
.Both
qt5-declarative
andqt6-declarative
are installed.
You need development packages for those.
I am just now replacing them with the respective -git
packages. Let's see how it goes.
I am just now replacing them with the respective
-git
packages. Let's see how it goes.
That's not what I mean. Usually qt5-declarative
will be a package with libraries to run applications, but when you want to develop applications using these libraries, you need header files and these are usually in qt5-declarative-dev
package. It doesn't make sense to ship header files for normal users so it's usually split out.
qt5-declarative-dev
There are no dev packages available in the AUR.
I've used the regular qgnomeplatform-qt5
package for the last couple of years with no issues at all. Something changed recently and it fails to build.