mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -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 #############################
|
||||
|
||||
LIBS *= $$system(pkg-config --libs $$PKGCONFIG)
|
||||
|
||||
!isEmpty(PKGCONFIG) {
|
||||
LIBS *= $$system(pkg-config --libs $$PKGCONFIG)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue