mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
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:
commit
ff1020f87e
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