Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Invalid include line in vendor.pri #35

Open
benlau opened this issue Feb 22, 2017 · 0 comments
Open

Invalid include line in vendor.pri #35

benlau opened this issue Feb 22, 2017 · 0 comments
Labels

Comments

@benlau
Copy link
Contributor

benlau commented Feb 22, 2017

Hi,

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

@mariusbu mariusbu added the bug label Feb 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants