build: Updated Docker Linux 64bit image to Qt 5.12.6 and LLVM/Clang 9.0.0

* updated to CentOS 7
* removed 32bit image
This commit is contained in:
Eberhard Graether
2019-12-16 15:38:31 +01:00
parent 67b803bd29
commit 99cc3d9636
12 changed files with 86 additions and 269 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
function(InstallQtModule module qtversion)
get_filename_component(realpath $ENV{QT_DIR}/lib/libQt5${module}.so.${qtversion} REALPATH)
get_filename_component(realpath $ENV{Qt5_DIR}/lib/libQt5${module}.so.${qtversion} REALPATH)
INSTALL(FILES
${realpath}
DESTINATION Sourcetrail/lib
@@ -99,7 +99,7 @@ function(AddSharedToComponent)
GetAndInstallLibrary(libcrypto.so 1)
INSTALL(DIRECTORY
$ENV{QT_DIR}/plugins/platforms
$ENV{Qt5_DIR}/plugins/platforms
DESTINATION Sourcetrail/lib
)