Add support for aarch64
This commit is contained in:
parent
14a1d07425
commit
9675b68f6d
9 changed files with 9 additions and 9 deletions
|
|
@ -20,7 +20,7 @@ include.files = eql5/*
|
|||
|
||||
linux {
|
||||
include.path = /usr/include/eql5
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/help/
|
|||
MOC_DIR = ./tmp/help/
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/multimedia/
|
|||
MOC_DIR = ./tmp/multimedia/
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/network/
|
|||
MOC_DIR = ./tmp/network/
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/quick/
|
|||
MOC_DIR = ./tmp/quick/
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/sql/
|
|||
MOC_DIR = ./tmp/sql/
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/svg/
|
|||
MOC_DIR = ./tmp/svg/
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/webengine/
|
|||
MOC_DIR = ./tmp/webengine/
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ MOC_DIR = ./tmp/webkit/
|
|||
macx:QT += network
|
||||
|
||||
linux {
|
||||
target.path = /usr/lib
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue