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
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
I have just published a package on qpm, then tried to install it locally.
$ qpm install android.native.pri
INFO: Package android.native.pri has a different license (APACHE_2_0) than it's dependant (NONE).
Installing android.native.pri@0.0.3
$ grep include vendor/vendor.pri
include($$PWD/android/native/pri/examples/androidnativeexample/.pri)
include($$PWD/android/native/pri/androidnative.pri)
In this folder, only a single package is installed, but vendor.pri contains two include lines. And one of the include line is invalid( ".pri" )
Any idea what may trigger the problem? Thx
The text was updated successfully, but these errors were encountered:
Hi,
I have just published a package on qpm, then tried to install it locally.
In this folder, only a single package is installed, but vendor.pri contains two include lines. And one of the include line is invalid( ".pri" )
Any idea what may trigger the problem? Thx
The text was updated successfully, but these errors were encountered: