Merge branch 'private-libs' into 'master'

Install private libraries in a subdirectory

Closes #29

See merge request eql/EQL5!7
This commit is contained in:
P. Ruetz 2024-02-01 19:10:22 +00:00
commit ff1020f87e
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