mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 02:49:34 -04:00
Fix qmake error:
Please specify at least one package name on the command line.
This commit is contained in:
parent
7861dcb32e
commit
da02bf8ca1
1 changed files with 3 additions and 3 deletions
|
@ -110,6 +110,6 @@ android-* {
|
||||||
}
|
}
|
||||||
|
|
||||||
################################### Pkg-Config Stuff #############################
|
################################### Pkg-Config Stuff #############################
|
||||||
|
!isEmpty(PKGCONFIG) {
|
||||||
LIBS *= $$system(pkg-config --libs $$PKGCONFIG)
|
LIBS *= $$system(pkg-config --libs $$PKGCONFIG)
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue