Skip to content

Commit

Permalink
Set up qmake library search paths better.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Nov 26, 2019
1 parent 8850dea commit 3bdbae8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/general.pri
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ MACLIBDIR = ../../external/lib/macx64
# the following line is needed to avoid mismatch between
# the awful min/max macros of windows and the limits max
win32:DEFINES += NOMINMAX

linux-g++:QMAKE_CXXFLAGS+=-Wno-unknown-pragmas

# Set up library search paths
linux:QMAKE_LFLAGS+=-L$$PWD/external/lib/linux
linux-g++:QMAKE_LFLAGS+=-L$$PWD/external/lib/linux-g++
linux-g++-32:QMAKE_LFLAGS += -L$$PWD/external/lib/linux-g++-32
linux-g++-64:QMAKE_LFLAGS += -L$$PWD/external/lib/linux-g++-64

0 comments on commit 3bdbae8

Please sign in to comment.