Merge pull request #2235 from PhenomRetroShare/Fix_QMakeErrorMessage

Fix qmake error:
This commit is contained in:
csoler 2021-01-18 21:52:51 +01:00 committed by GitHub
commit 80ed4e0e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,6 @@ android-* {
}
################################### Pkg-Config Stuff #############################
LIBS *= $$system(pkg-config --libs $$PKGCONFIG)
!isEmpty(PKGCONFIG) {
LIBS *= $$system(pkg-config --libs $$PKGCONFIG)
}