From 9675b68f6d51972eeab98f99d8ee2f5ac280c429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Wed, 3 Mar 2021 22:47:35 +0100 Subject: [PATCH] Add support for aarch64 --- src/eql_lib.pro | 2 +- src/module_help.pro | 2 +- src/module_multimedia.pro | 2 +- src/module_network.pro | 2 +- src/module_quick.pro | 2 +- src/module_sql.pro | 2 +- src/module_svg.pro | 2 +- src/module_webengine.pro | 2 +- src/module_webkit.pro | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/eql_lib.pro b/src/eql_lib.pro index 287d1e0..68b674f 100644 --- a/src/eql_lib.pro +++ b/src/eql_lib.pro @@ -20,7 +20,7 @@ include.files = eql5/* linux { include.path = /usr/include/eql5 - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_help.pro b/src/module_help.pro index d865238..0510d9c 100644 --- a/src/module_help.pro +++ b/src/module_help.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/help/ MOC_DIR = ./tmp/help/ linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_multimedia.pro b/src/module_multimedia.pro index c5350d9..415957f 100644 --- a/src/module_multimedia.pro +++ b/src/module_multimedia.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/multimedia/ MOC_DIR = ./tmp/multimedia/ linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_network.pro b/src/module_network.pro index b1cfee4..efee1ef 100644 --- a/src/module_network.pro +++ b/src/module_network.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/network/ MOC_DIR = ./tmp/network/ linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_quick.pro b/src/module_quick.pro index 2f0d37d..297b113 100644 --- a/src/module_quick.pro +++ b/src/module_quick.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/quick/ MOC_DIR = ./tmp/quick/ linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_sql.pro b/src/module_sql.pro index 397461a..999b2a7 100644 --- a/src/module_sql.pro +++ b/src/module_sql.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/sql/ MOC_DIR = ./tmp/sql/ linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_svg.pro b/src/module_svg.pro index 1b6b496..8bfcfd1 100644 --- a/src/module_svg.pro +++ b/src/module_svg.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/svg/ MOC_DIR = ./tmp/svg/ linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_webengine.pro b/src/module_webengine.pro index baaa9f4..52e4411 100644 --- a/src/module_webengine.pro +++ b/src/module_webengine.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = ./tmp/webengine/ MOC_DIR = ./tmp/webengine/ linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx { diff --git a/src/module_webkit.pro b/src/module_webkit.pro index 10d8c34..09cad91 100644 --- a/src/module_webkit.pro +++ b/src/module_webkit.pro @@ -12,7 +12,7 @@ MOC_DIR = ./tmp/webkit/ macx:QT += network linux { - target.path = /usr/lib + target.path = $$[QT_INSTALL_LIBS] } osx {