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 {
|
linux {
|
||||||
include.path = /usr/include/eql5
|
include.path = /usr/include/eql5
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/help/
|
||||||
MOC_DIR = ./tmp/help/
|
MOC_DIR = ./tmp/help/
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/multimedia/
|
||||||
MOC_DIR = ./tmp/multimedia/
|
MOC_DIR = ./tmp/multimedia/
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/network/
|
||||||
MOC_DIR = ./tmp/network/
|
MOC_DIR = ./tmp/network/
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/quick/
|
||||||
MOC_DIR = ./tmp/quick/
|
MOC_DIR = ./tmp/quick/
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/sql/
|
||||||
MOC_DIR = ./tmp/sql/
|
MOC_DIR = ./tmp/sql/
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/svg/
|
||||||
MOC_DIR = ./tmp/svg/
|
MOC_DIR = ./tmp/svg/
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/webengine/
|
||||||
MOC_DIR = ./tmp/webengine/
|
MOC_DIR = ./tmp/webengine/
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ MOC_DIR = ./tmp/webkit/
|
||||||
macx:QT += network
|
macx:QT += network
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
target.path = /usr/lib
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
}
|
}
|
||||||
|
|
||||||
osx {
|
osx {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue