forked from organicmaps/organicmaps
Merge pull request #123 from AMDmi3/fix-library-path
Fix library path: prepend local lib path instead of appending
This commit is contained in:
commit
8b5d38a7b7
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