Install private libraries in a subdirectory

Move them out of LD_LIBRARY_PATH
This commit is contained in:
Benson Muite 2024-01-23 10:15:41 +03:00
parent 440ac762a8
commit df5f6e07b6
7 changed files with 14 additions and 14 deletions

View file

@ -11,11 +11,11 @@ MOC_DIR = ./tmp/help/
VERSION = $$(EQL_VERSION) VERSION = $$(EQL_VERSION)
unix { unix {
target.path = $$[QT_INSTALL_LIBS] target.path = $$[QT_INSTALL_LIBS]/eql5
} }
osx { osx {
target.path = /usr/local/lib target.path = /usr/local/lib/eql5
} }
INSTALLS = target INSTALLS = target

View file

@ -11,11 +11,11 @@ MOC_DIR = ./tmp/multimedia/
VERSION = $$(EQL_VERSION) VERSION = $$(EQL_VERSION)
unix { unix {
target.path = $$[QT_INSTALL_LIBS] target.path = $$[QT_INSTALL_LIBS]/eql5
} }
osx { osx {
target.path = /usr/local/lib target.path = /usr/local/lib/eql5
} }
INSTALLS = target INSTALLS = target

View file

@ -11,11 +11,11 @@ MOC_DIR = ./tmp/network/
VERSION = $$(EQL_VERSION) VERSION = $$(EQL_VERSION)
unix { unix {
target.path = $$[QT_INSTALL_LIBS] target.path = $$[QT_INSTALL_LIBS]/eql5
} }
osx { osx {
target.path = /usr/local/lib target.path = /usr/local/lib/eql5
} }
INSTALLS = target INSTALLS = target

View file

@ -11,11 +11,11 @@ MOC_DIR = ./tmp/quick/
VERSION = $$(EQL_VERSION) VERSION = $$(EQL_VERSION)
unix { unix {
target.path = $$[QT_INSTALL_LIBS] target.path = $$[QT_INSTALL_LIBS]/eql5
} }
osx { osx {
target.path = /usr/local/lib target.path = /usr/local/lib/eql5
} }
INSTALLS = target INSTALLS = target

View file

@ -11,11 +11,11 @@ MOC_DIR = ./tmp/sql/
VERSION = $$(EQL_VERSION) VERSION = $$(EQL_VERSION)
unix { unix {
target.path = $$[QT_INSTALL_LIBS] target.path = $$[QT_INSTALL_LIBS]/eql5
} }
osx { osx {
target.path = /usr/local/lib target.path = /usr/local/lib/eql5
} }
INSTALLS = target INSTALLS = target

View file

@ -11,11 +11,11 @@ MOC_DIR = ./tmp/webengine/
VERSION = $$(EQL_VERSION) VERSION = $$(EQL_VERSION)
unix { unix {
target.path = $$[QT_INSTALL_LIBS] target.path = $$[QT_INSTALL_LIBS]/eql5
} }
osx { osx {
target.path = /usr/local/lib target.path = /usr/local/lib/eql5
} }
INSTALLS = target INSTALLS = target

View file

@ -12,11 +12,11 @@ VERSION = $$(EQL_VERSION)
macx:QT += network macx:QT += network
unix { unix {
target.path = $$[QT_INSTALL_LIBS] target.path = $$[QT_INSTALL_LIBS]/eql5
} }
osx { osx {
target.path = /usr/local/lib target.path = /usr/local/lib/eql5
} }
INSTALLS = target INSTALLS = target