forked from organicmaps/organicmaps
Prepend local lib path instead of appending
This fixes picking up system libraries instead of ones from 3party/
This commit is contained in:
parent
fdf5c30a3e
commit
3f755e61fd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ RCC_DIR = $$TEMP_PATH
|
|||
MOC_DIR = $$TEMP_PATH
|
||||
UI_DIR = $$TEMP_PATH
|
||||
|
||||
QMAKE_LIBDIR *= $$BINARIES_PATH
|
||||
QMAKE_LIBDIR = $$BINARIES_PATH $$QMAKE_LIBDIR
|
||||
|
||||
# By default, do not include base QT classes in any project.
|
||||
QT -= core gui
|
||||
|
|
Loading…
Add table
Reference in a new issue