Skip to content

Commit 3f755e6

Browse files
committed
Prepend local lib path instead of appending
This fixes picking up system libraries instead of ones from 3party/
1 parent fdf5c30 commit 3f755e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RCC_DIR = $$TEMP_PATH
6161
MOC_DIR = $$TEMP_PATH
6262
UI_DIR = $$TEMP_PATH
6363

64-
QMAKE_LIBDIR *= $$BINARIES_PATH
64+
QMAKE_LIBDIR = $$BINARIES_PATH $$QMAKE_LIBDIR
6565

6666
# By default, do not include base QT classes in any project.
6767
QT -= core gui

0 commit comments

Comments
 (0)