mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-05 18:20:28 -08:00
Install private libraries in a subdirectory
Move them out of LD_LIBRARY_PATH
This commit is contained in:
parent
440ac762a8
commit
df5f6e07b6
7 changed files with 14 additions and 14 deletions
|
|
@ -11,11 +11,11 @@ MOC_DIR = ./tmp/help/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
unix {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$[QT_INSTALL_LIBS]/eql5
|
||||
}
|
||||
|
||||
osx {
|
||||
target.path = /usr/local/lib
|
||||
target.path = /usr/local/lib/eql5
|
||||
}
|
||||
|
||||
INSTALLS = target
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ MOC_DIR = ./tmp/multimedia/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
unix {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$[QT_INSTALL_LIBS]/eql5
|
||||
}
|
||||
|
||||
osx {
|
||||
target.path = /usr/local/lib
|
||||
target.path = /usr/local/lib/eql5
|
||||
}
|
||||
|
||||
INSTALLS = target
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ MOC_DIR = ./tmp/network/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
unix {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$[QT_INSTALL_LIBS]/eql5
|
||||
}
|
||||
|
||||
osx {
|
||||
target.path = /usr/local/lib
|
||||
target.path = /usr/local/lib/eql5
|
||||
}
|
||||
|
||||
INSTALLS = target
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ MOC_DIR = ./tmp/quick/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
unix {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$[QT_INSTALL_LIBS]/eql5
|
||||
}
|
||||
|
||||
osx {
|
||||
target.path = /usr/local/lib
|
||||
target.path = /usr/local/lib/eql5
|
||||
}
|
||||
|
||||
INSTALLS = target
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ MOC_DIR = ./tmp/sql/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
unix {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$[QT_INSTALL_LIBS]/eql5
|
||||
}
|
||||
|
||||
osx {
|
||||
target.path = /usr/local/lib
|
||||
target.path = /usr/local/lib/eql5
|
||||
}
|
||||
|
||||
INSTALLS = target
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ MOC_DIR = ./tmp/webengine/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
unix {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$[QT_INSTALL_LIBS]/eql5
|
||||
}
|
||||
|
||||
osx {
|
||||
target.path = /usr/local/lib
|
||||
target.path = /usr/local/lib/eql5
|
||||
}
|
||||
|
||||
INSTALLS = target
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ VERSION = $$(EQL_VERSION)
|
|||
macx:QT += network
|
||||
|
||||
unix {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$[QT_INSTALL_LIBS]/eql5
|
||||
}
|
||||
|
||||
osx {
|
||||
target.path = /usr/local/lib
|
||||
target.path = /usr/local/lib/eql5
|
||||
}
|
||||
|
||||
INSTALLS = target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue