Fix qmake error:

Please specify at least one package name on the command line.
This commit is contained in:
Phenom 2021-01-18 11:56:37 +01:00
parent 7861dcb32e
commit da02bf8ca1

View File

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